Class FbWireDatabaseFactory

    • Constructor Detail

      • FbWireDatabaseFactory

        public FbWireDatabaseFactory()
    • Method Detail

      • connect

        public FbWireDatabase connect​(IConnectionProperties connectionProperties)
                               throws java.sql.SQLException
        Description copied from interface: FbDatabaseFactory
        Connects to a Firebird server based on the supplied connection properties.

        The FbDatabase instance will be connected to the server, but is not yet attached.

        Specified by:
        connect in interface FbDatabaseFactory
        Parameters:
        connectionProperties - Connection properties
        Returns:
        Database instance
        Throws:
        java.sql.SQLException
      • serviceConnect

        public FbService serviceConnect​(IServiceProperties serviceProperties)
                                 throws java.sql.SQLException
        Description copied from interface: FbDatabaseFactory
        Connects to the service manager of a Firebird server with the supplied service properties.
        Specified by:
        serviceConnect in interface FbDatabaseFactory
        Parameters:
        serviceProperties - Service properties
        Returns:
        Service instance
        Throws:
        java.sql.SQLException