Class JnaServiceConnection

    • Constructor Detail

      • JnaServiceConnection

        public JnaServiceConnection​(FbClientLibrary clientLibrary,
                                    IServiceProperties connectionProperties)
                             throws java.sql.SQLException
        Creates a JnaServiceConnection (without establishing a connection to the server).
        Parameters:
        clientLibrary - Client library to use
        connectionProperties - Connection properties
        Throws:
        java.sql.SQLException
      • JnaServiceConnection

        public JnaServiceConnection​(FbClientLibrary clientLibrary,
                                    IServiceProperties connectionProperties,
                                    IEncodingFactory encodingFactory)
                             throws java.sql.SQLException
        Creates a JnaServiceConnection (without establishing a connection to the server).
        Parameters:
        clientLibrary - Client library to use
        connectionProperties - Connection properties
        encodingFactory - Factory for encoding definitions
        Throws:
        java.sql.SQLException