public class V13ParameterConverter extends V12ParameterConverter
ParameterConverter
for the version 13 protocol.
Adds support for the new authentication model of the V13 protocol.
Constructor and Description |
---|
V13ParameterConverter() |
Modifier and Type | Method and Description |
---|---|
protected DatabaseParameterBuffer |
createDatabaseParameterBuffer(WireDatabaseConnection connection) |
protected ServiceParameterBuffer |
createServiceParameterBuffer(WireServiceConnection connection) |
protected void |
populateAuthenticationProperties(AbstractConnection connection,
ConnectionParameterBuffer pb)
Populates the authentication properties of the parameter buffer.
|
protected void |
populateDefaultProperties(WireDatabaseConnection connection,
DatabaseParameterBuffer dpb)
Populates the database parameter buffer with the standard Firebird properties explicitly supported through
IConnectionProperties . |
protected void |
populateDefaultProperties(WireServiceConnection connection,
ServiceParameterBuffer spb)
Populates the database parameter buffer with the standard Firebird properties explicitly supported through
IConnectionProperties . |
addProcessId, addProcessName
populateNonStandardProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
protected DatabaseParameterBuffer createDatabaseParameterBuffer(WireDatabaseConnection connection)
createDatabaseParameterBuffer
in class V12ParameterConverter
protected ServiceParameterBuffer createServiceParameterBuffer(WireServiceConnection connection)
createServiceParameterBuffer
in class V12ParameterConverter
protected void populateDefaultProperties(WireDatabaseConnection connection, DatabaseParameterBuffer dpb) throws java.sql.SQLException
AbstractParameterConverter
IConnectionProperties
.populateDefaultProperties
in class V11ParameterConverter
connection
- Database connectiondpb
- Database parameter buffer to populatejava.sql.SQLException
- For errors generating authentication informationprotected void populateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb) throws java.sql.SQLException
AbstractParameterConverter
populateAuthenticationProperties
in class V10ParameterConverter
connection
- Database connectionpb
- Parameter buffer to populatejava.sql.SQLException
- For errors generating authentication informationprotected void populateDefaultProperties(WireServiceConnection connection, ServiceParameterBuffer spb) throws java.sql.SQLException
AbstractParameterConverter
IConnectionProperties
.populateDefaultProperties
in class AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection>
connection
- Service connectionspb
- Service parameter buffer to populatejava.sql.SQLException
- For errors generating authentication informationCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.