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 ofParameterConverterfor JNA.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Constructor SummaryConstructors Constructor Description JnaParameterConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpopulateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb)Populates the authentication properties of the parameter buffer.- 
Methods inherited from class org.firebirdsql.gds.ng.AbstractParameterConvertercreateDatabaseParameterBuffer, createServiceParameterBuffer, populateDefaultProperties, populateDefaultProperties, populateNonStandardProperties, toDatabaseParameterBuffer, toServiceParameterBuffer
 
- 
 
- 
- 
- 
Method Detail- 
populateAuthenticationPropertiesprotected void populateAuthenticationProperties(AbstractConnection connection, ConnectionParameterBuffer pb) throws java.sql.SQLException Description copied from class:AbstractParameterConverterPopulates the authentication properties of the parameter buffer.- Specified by:
- populateAuthenticationPropertiesin class- AbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
- Parameters:
- connection- Database connection
- pb- Parameter buffer to populate
- Throws:
- java.sql.SQLException- For errors generating authentication information
 
 
- 
 
-