public class JnaParameterConverter extends AbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
ParameterConverter
for JNA.Constructor and Description |
---|
JnaParameterConverter() |
Modifier and Type | Method and Description |
---|---|
protected void |
populateAuthenticationProperties(AbstractConnection<?,?> connection,
ConnectionParameterBuffer pb)
Populates the authentication properties of the parameter buffer.
|
createDatabaseParameterBuffer, createServiceParameterBuffer, populateDefaultProperties, populateDefaultProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
protected void populateAuthenticationProperties(AbstractConnection<?,?> connection, ConnectionParameterBuffer pb) throws java.sql.SQLException
AbstractParameterConverter
populateAuthenticationProperties
in class AbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
connection
- Database connectionpb
- Parameter buffer to populatejava.sql.SQLException
- For errors generating authentication informationCopyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.