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 ofParameterConverter
for the version 10 protocol.- Since:
- 3.0
- Author:
- Mark Rotteveel
-
-
Constructor Summary
Constructors Constructor Description V10ParameterConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, populateNonStandardProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
-
-
-
-
Method Detail
-
populateAuthenticationProperties
protected void populateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb) throws java.sql.SQLException
Description 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:
java.sql.SQLException
- For errors generating authentication information
-
-