Package org.firebirdsql.gds.impl
Class ServiceParameterBufferImp
- java.lang.Object
- 
- org.firebirdsql.gds.impl.ParameterBufferBase
- 
- org.firebirdsql.gds.impl.ServiceParameterBufferImp
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Iterable<Parameter>,- ConnectionParameterBuffer,- ParameterBuffer,- ServiceParameterBuffer
 
 public class ServiceParameterBufferImp extends ParameterBufferBase implements ServiceParameterBuffer Implementation of ServiceParameterBuffer.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classServiceParameterBufferImp.SpbMetaData
 - 
Field Summary- 
Fields inherited from interface org.firebirdsql.gds.ServiceParameterBufferCOMMAND_LINE, CONNECT_TIMEOUT, CURRENT_VERSION, DBNAME, DUMMY_PACKET_INTERVAL, OPTIONS, PASSWORD, PASSWORD_ENC, SQL_ROLE_NAME, SYS_USER_NAME, SYS_USER_NAME_ENC, USER_NAME, VERBOSE, VERSION, VERSION1
 
- 
 - 
Constructor SummaryConstructors Constructor Description ServiceParameterBufferImp(ServiceParameterBufferImp.SpbMetaData spbMetaData, Encoding defaultEncoding)Creates an empty service parameter buffer
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterTagMappinggetTagMapping()- 
Methods inherited from class org.firebirdsql.gds.impl.ParameterBufferBaseaddArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, equals, getArgumentAsInt, getArgumentAsString, getArgumentsList, getDefaultEncoding, getLength, getParameterBufferMetaData, getType, hasArgument, hashCode, isEmpty, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.firebirdsql.gds.ConnectionParameterBuffergetDefaultEncoding
 - 
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
 
- 
 
- 
- 
- 
Constructor Detail- 
ServiceParameterBufferImppublic ServiceParameterBufferImp(ServiceParameterBufferImp.SpbMetaData spbMetaData, Encoding defaultEncoding) Creates an empty service parameter buffer
 
- 
 - 
Method Detail- 
getTagMappingpublic ParameterTagMapping getTagMapping() - Specified by:
- getTagMappingin interface- ConnectionParameterBuffer
- Returns:
- The tag mapping.
 
 
- 
 
-