java.lang.Object
org.firebirdsql.gds.ng.AbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
org.firebirdsql.gds.ng.jna.JnaParameterConverter
- All Implemented Interfaces:
org.firebirdsql.gds.ng.ParameterConverter<JnaDatabaseConnection,
JnaServiceConnection>
public class JnaParameterConverter
extends org.firebirdsql.gds.ng.AbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
Implementation of
ParameterConverter
for JNA.- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
populateAuthenticationProperties
(org.firebirdsql.gds.ng.AbstractConnection<?, ?> connection, org.firebirdsql.gds.ConnectionParameterBuffer pb) Methods inherited from class org.firebirdsql.gds.ng.AbstractParameterConverter
createDatabaseParameterBuffer, createServiceParameterBuffer, populateDefaultProperties, populateDefaultProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
-
Constructor Details
-
JnaParameterConverter
public JnaParameterConverter()
-
-
Method Details
-
populateAuthenticationProperties
protected void populateAuthenticationProperties(org.firebirdsql.gds.ng.AbstractConnection<?, ?> connection, org.firebirdsql.gds.ConnectionParameterBuffer pb) throws SQLException- Specified by:
populateAuthenticationProperties
in classorg.firebirdsql.gds.ng.AbstractParameterConverter<JnaDatabaseConnection,
JnaServiceConnection> - Throws:
SQLException
-