Module org.firebirdsql.jaybird
Class V12ParameterConverter
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
- All Implemented Interfaces:
ParameterConverter<WireDatabaseConnection,
WireServiceConnection>
- Direct Known Subclasses:
V13ParameterConverter
Implementation of
ParameterConverter
for the version 12 protocol.
Adds support for isc_dpb_utf8_filename
and encodes all string properties in UTF-8.
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DatabaseParameterBuffer
createDatabaseParameterBuffer
(WireDatabaseConnection connection) protected ServiceParameterBuffer
createServiceParameterBuffer
(WireServiceConnection connection) Methods inherited from class org.firebirdsql.gds.ng.wire.version11.V11ParameterConverter
addProcessId, addProcessName, populateDefaultProperties
Methods inherited from class org.firebirdsql.gds.ng.wire.version10.V10ParameterConverter
populateAuthenticationProperties
Methods inherited from class org.firebirdsql.gds.ng.AbstractParameterConverter
populateDefaultProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
-
Constructor Details
-
V12ParameterConverter
public V12ParameterConverter()
-
-
Method Details
-
createDatabaseParameterBuffer
-
createServiceParameterBuffer
-