Class V13ParameterConverter
- java.lang.Object
- 
- org.firebirdsql.gds.ng.AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection>
- 
- org.firebirdsql.gds.ng.wire.version10.V10ParameterConverter
- 
- org.firebirdsql.gds.ng.wire.version11.V11ParameterConverter
- 
- org.firebirdsql.gds.ng.wire.version12.V12ParameterConverter
- 
- org.firebirdsql.gds.ng.wire.version13.V13ParameterConverter
 
 
 
 
 
- 
- All Implemented Interfaces:
- ParameterConverter<WireDatabaseConnection,WireServiceConnection>
 
 public class V13ParameterConverter extends V12ParameterConverter Implementation ofParameterConverterfor the version 13 protocol.Adds support for the new authentication model of the V13 protocol. - Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Constructor SummaryConstructors Constructor Description V13ParameterConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DatabaseParameterBuffercreateDatabaseParameterBuffer(WireDatabaseConnection connection)protected ServiceParameterBuffercreateServiceParameterBuffer(WireServiceConnection connection)protected voidpopulateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb)Populates the authentication properties of the parameter buffer.protected voidpopulateDefaultProperties(WireDatabaseConnection connection, DatabaseParameterBuffer dpb)Populates the database parameter buffer with the standard Firebird properties explicitly supported throughIConnectionProperties.protected voidpopulateDefaultProperties(WireServiceConnection connection, ServiceParameterBuffer spb)Populates the database parameter buffer with the standard Firebird properties explicitly supported throughIConnectionProperties.- 
Methods inherited from class org.firebirdsql.gds.ng.wire.version11.V11ParameterConverteraddProcessId, addProcessName
 - 
Methods inherited from class org.firebirdsql.gds.ng.AbstractParameterConverterpopulateNonStandardProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
 
- 
 
- 
- 
- 
Method Detail- 
createDatabaseParameterBufferprotected DatabaseParameterBuffer createDatabaseParameterBuffer(WireDatabaseConnection connection) - Overrides:
- createDatabaseParameterBufferin class- V12ParameterConverter
 
 - 
createServiceParameterBufferprotected ServiceParameterBuffer createServiceParameterBuffer(WireServiceConnection connection) - Overrides:
- createServiceParameterBufferin class- V12ParameterConverter
 
 - 
populateDefaultPropertiesprotected void populateDefaultProperties(WireDatabaseConnection connection, DatabaseParameterBuffer dpb) throws java.sql.SQLException Description copied from class:AbstractParameterConverterPopulates the database parameter buffer with the standard Firebird properties explicitly supported throughIConnectionProperties.- Overrides:
- populateDefaultPropertiesin class- V11ParameterConverter
- Parameters:
- connection- Database connection
- dpb- Database parameter buffer to populate
- Throws:
- java.sql.SQLException- For errors generating authentication information
 
 - 
populateAuthenticationPropertiesprotected void populateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb) throws java.sql.SQLException Description copied from class:AbstractParameterConverterPopulates the authentication properties of the parameter buffer.- Overrides:
- populateAuthenticationPropertiesin class- V10ParameterConverter
- Parameters:
- connection- Database connection
- pb- Parameter buffer to populate
- Throws:
- java.sql.SQLException- For errors generating authentication information
 
 - 
populateDefaultPropertiesprotected void populateDefaultProperties(WireServiceConnection connection, ServiceParameterBuffer spb) throws java.sql.SQLException Description copied from class:AbstractParameterConverterPopulates the database parameter buffer with the standard Firebird properties explicitly supported throughIConnectionProperties.- Overrides:
- populateDefaultPropertiesin class- AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection>
- Parameters:
- connection- Service connection
- spb- Service parameter buffer to populate
- Throws:
- java.sql.SQLException- For errors generating authentication information
 
 
- 
 
-