Class JnaParameterConverter

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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class org.firebirdsql.gds.ng.AbstractParameterConverter<JnaDatabaseConnection,JnaServiceConnection>
      Throws:
      SQLException