Package org.firebirdsql.gds
Interface ServiceParameterBuffer
- 
- All Superinterfaces:
- ConnectionParameterBuffer,- java.lang.Iterable<Parameter>,- ParameterBuffer
 - All Known Implementing Classes:
- ServiceParameterBufferImp
 
 public interface ServiceParameterBuffer extends ConnectionParameterBuffer Instance of this interface represents a Service Parameter Buffer from the Firebird API documentation and specifies the attributes for the Services API connection.
- 
- 
Field SummaryFields Modifier and Type Field Description static intCOMMAND_LINEDeprecated.static intCONNECT_TIMEOUTDeprecated.static intCURRENT_VERSIONDeprecated.static intDBNAMEDeprecated.static intDUMMY_PACKET_INTERVALDeprecated.static intOPTIONSDeprecated.static intPASSWORDDeprecated.static intPASSWORD_ENCDeprecated.static intSQL_ROLE_NAMEDeprecated.static intSYS_USER_NAMEDeprecated.static intSYS_USER_NAME_ENCDeprecated.static intUSER_NAMEDeprecated.static intVERBOSEDeprecated.static intVERSIONDeprecated.static intVERSION1Deprecated.
 - 
Method Summary- 
Methods inherited from interface org.firebirdsql.gds.ConnectionParameterBuffergetDefaultEncoding, getTagMapping
 - 
Methods inherited from interface org.firebirdsql.gds.ParameterBufferaddArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, isEmpty, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
 
- 
 
- 
- 
- 
Field Detail- 
VERSION@Deprecated static final int VERSION Deprecated.- See Also:
- Constant Field Values
 
 - 
VERSION1@Deprecated static final int VERSION1 Deprecated.- See Also:
- Constant Field Values
 
 - 
CURRENT_VERSION@Deprecated static final int CURRENT_VERSION Deprecated.- See Also:
- Constant Field Values
 
 - 
USER_NAME@Deprecated static final int USER_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
SYS_USER_NAME@Deprecated static final int SYS_USER_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
SYS_USER_NAME_ENC@Deprecated static final int SYS_USER_NAME_ENC Deprecated.- See Also:
- Constant Field Values
 
 - 
PASSWORD@Deprecated static final int PASSWORD Deprecated.- See Also:
- Constant Field Values
 
 - 
PASSWORD_ENC@Deprecated static final int PASSWORD_ENC Deprecated.- See Also:
- Constant Field Values
 
 - 
COMMAND_LINE@Deprecated static final int COMMAND_LINE Deprecated.- See Also:
- Constant Field Values
 
 - 
DBNAME@Deprecated static final int DBNAME Deprecated.- See Also:
- Constant Field Values
 
 - 
VERBOSE@Deprecated static final int VERBOSE Deprecated.- See Also:
- Constant Field Values
 
 - 
OPTIONS@Deprecated static final int OPTIONS Deprecated.- See Also:
- Constant Field Values
 
 - 
CONNECT_TIMEOUT@Deprecated static final int CONNECT_TIMEOUT Deprecated.- See Also:
- Constant Field Values
 
 - 
DUMMY_PACKET_INTERVAL@Deprecated static final int DUMMY_PACKET_INTERVAL Deprecated.- See Also:
- Constant Field Values
 
 - 
SQL_ROLE_NAME@Deprecated static final int SQL_ROLE_NAME Deprecated.- See Also:
- Constant Field Values
 
 
- 
 
-