Package org.firebirdsql.gds.ng.jna
Class JnaParameterConverter
java.lang.Object
org.firebirdsql.gds.ng.AbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
org.firebirdsql.gds.ng.jna.JnaParameterConverter
- All Implemented Interfaces:
ParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
public class JnaParameterConverter
extends AbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
Implementation of
ParameterConverter for JNA.- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPopulates the authentication properties of the parameter buffer.Methods inherited from class org.firebirdsql.gds.ng.AbstractParameterConverter
createDatabaseParameterBuffer, createServiceParameterBuffer, populateDefaultProperties, populateDefaultProperties, populateNonStandardProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
-
Constructor Details
-
JnaParameterConverter
public JnaParameterConverter()
-
-
Method Details
-
populateAuthenticationProperties
protected void populateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb) throws SQLException Description copied from class:AbstractParameterConverterPopulates the authentication properties of the parameter buffer.- Specified by:
populateAuthenticationPropertiesin classAbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection> - Parameters:
connection- Database connectionpb- Parameter buffer to populate- Throws:
SQLException- For errors generating authentication information
-