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) |
getAttachObjectName, getAttachProperties, getEncoding, getEncodingDefinition, getEncodingFactory, getPortNumber, getServerName, identify
protected JnaConnection(FbClientLibrary clientLibrary, T attachProperties, IEncodingFactory encodingFactory) throws java.sql.SQLException
clientLibrary
- Client library to useattachProperties
- Attach propertiesencodingFactory
- Encoding factoryjava.sql.SQLException
public final FbClientLibrary getClientLibrary()
protected void processStatusVector(ISC_STATUS[] statusVector, WarningMessageCallback warningMessageCallback) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getAttachUrl()
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.