T - Type of attach propertiesC - Type of connection handlepublic abstract class JnaConnection<T extends IAttachProperties<T>,C extends JnaAttachment> extends AbstractConnection<T,C>
attachProperties| Modifier | Constructor and Description | 
|---|---|
| protected  | JnaConnection(FbClientLibrary clientLibrary,
             T attachProperties,
             IEncodingFactory encodingFactory)Creates a JnaConnection (without establishing a connection to the server). | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAttachUrl()Builds the attach URL for the library. | 
| FbClientLibrary | getClientLibrary() | 
| protected void | processStatusVector(ISC_STATUS[] statusVector,
                   WarningMessageCallback warningMessageCallback) | 
createDbCryptCallback, getAttachObjectName, getAttachProperties, getEncoding, getEncodingDefinition, getEncodingFactory, getPortNumber, getServerName, identifyprotected JnaConnection(FbClientLibrary clientLibrary, T attachProperties, IEncodingFactory encodingFactory) throws java.sql.SQLException
clientLibrary - Client library to useattachProperties - Attach propertiesencodingFactory - Encoding factoryjava.sql.SQLExceptionpublic final FbClientLibrary getClientLibrary()
protected void processStatusVector(ISC_STATUS[] statusVector, WarningMessageCallback warningMessageCallback) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getAttachUrl()
Copyright © 2001-2022 Jaybird (Firebird JDBC/JCA) team. All rights reserved.