com.softwareag.tamino.db.api.connection
Class TGroupsParameter

java.lang.Object
  extended by com.softwareag.tamino.db.api.connection.TGroupsParameter

public class TGroupsParameter
extends java.lang.Object

Represents the groups parameter for the connection.

Author:
Manfred Michels

Constructor Summary
TGroupsParameter()
           
 
Method Summary
 void setGroups(java.lang.String groups)
          Set the groups parameter value.
 void writeTo(TCommandStatement commandStatement)
          Writes the groups parameter to the given commandStatement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGroupsParameter

public TGroupsParameter()
Method Detail

setGroups

public void setGroups(java.lang.String groups)
Set the groups parameter value.

Parameters:
groups - the parameter value.

writeTo

public void writeTo(TCommandStatement commandStatement)
Writes the groups parameter to the given commandStatement.

Parameters:
commandStatement -


Copyright (c) 2013 Software AG. All Rights Reserved.