Module org.firebirdsql.jaybird
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 of
ParameterConverter
for the version 10 protocol.- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
populateAuthenticationProperties
(AbstractConnection<?, ?> connection, ConnectionParameterBuffer pb) Populates the authentication properties of the parameter buffer.Methods inherited from class org.firebirdsql.gds.ng.AbstractParameterConverter
createDatabaseParameterBuffer, createServiceParameterBuffer, populateDefaultProperties, populateDefaultProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
-
Constructor Details
-
V10ParameterConverter
public V10ParameterConverter()
-
-
Method Details
-
populateAuthenticationProperties
protected void populateAuthenticationProperties(AbstractConnection<?, ?> connection, ConnectionParameterBuffer pb) throws SQLExceptionDescription copied from class:AbstractParameterConverter
Populates the authentication properties of the parameter buffer.- Specified by:
populateAuthenticationProperties
in classAbstractParameterConverter<WireDatabaseConnection,
WireServiceConnection> - Parameters:
connection
- Database connectionpb
- Parameter buffer to populate- Throws:
SQLException
- For errors generating authentication information
-