public final class JnaServiceConnection extends JnaConnection<IServiceProperties,JnaService>
attachProperties| Constructor and Description | 
|---|
| JnaServiceConnection(FbClientLibrary clientLibrary,
                    IServiceProperties connectionProperties)Creates a JnaServiceConnection (without establishing a connection to the server). | 
| JnaServiceConnection(FbClientLibrary clientLibrary,
                    IServiceProperties connectionProperties,
                    IEncodingFactory encodingFactory)Creates a JnaServiceConnection (without establishing a connection to the server). | 
| Modifier and Type | Method and Description | 
|---|---|
| JnaService | identify()Contrary to the description in the super class, this will simply return an unconnected instance. | 
getAttachUrl, getClientLibrary, processStatusVectorcreateDbCryptCallback, getAttachObjectName, getAttachProperties, getEncoding, getEncodingDefinition, getEncodingFactory, getPortNumber, getServerNamepublic JnaServiceConnection(FbClientLibrary clientLibrary, IServiceProperties connectionProperties) throws java.sql.SQLException
clientLibrary - Client library to useconnectionProperties - Connection propertiesjava.sql.SQLExceptionpublic JnaServiceConnection(FbClientLibrary clientLibrary, IServiceProperties connectionProperties, IEncodingFactory encodingFactory) throws java.sql.SQLException
clientLibrary - Client library to useconnectionProperties - Connection propertiesencodingFactory - Factory for encoding definitionsjava.sql.SQLExceptionpublic JnaService identify() throws java.sql.SQLException
identify in class AbstractConnection<IServiceProperties,JnaService>java.sql.SQLExceptionCopyright © 2001-2023 Jaybird (Firebird JDBC/JCA) team. All rights reserved.