Class V10ParameterConverter
- java.lang.Object
- 
- org.firebirdsql.gds.ng.AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection>
- 
- org.firebirdsql.gds.ng.wire.version10.V10ParameterConverter
 
 
- 
- All Implemented Interfaces:
- ParameterConverter<WireDatabaseConnection,WireServiceConnection>
 - Direct Known Subclasses:
- V11ParameterConverter
 
 public class V10ParameterConverter extends AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection> Implementation ofParameterConverterfor the version 10 protocol.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Constructor SummaryConstructors Constructor Description V10ParameterConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpopulateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb)Populates the authentication properties of the parameter buffer.- 
Methods inherited from class org.firebirdsql.gds.ng.AbstractParameterConvertercreateDatabaseParameterBuffer, createServiceParameterBuffer, populateDefaultProperties, populateDefaultProperties, populateNonStandardProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
 
- 
 
- 
- 
- 
Method Detail- 
populateAuthenticationPropertiesprotected void populateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb) throws java.sql.SQLException Description copied from class:AbstractParameterConverterPopulates the authentication properties of the parameter buffer.- Specified by:
- populateAuthenticationPropertiesin class- AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection>
- Parameters:
- connection- Database connection
- pb- Parameter buffer to populate
- Throws:
- java.sql.SQLException- For errors generating authentication information
 
 
- 
 
-