public class V15WireOperations extends V13WireOperations
FbWireOperations.ProcessAttachCallback
Constructor and Description |
---|
V15WireOperations(WireConnection<?,?> connection,
WarningMessageCallback defaultWarningMessageCallback,
java.lang.Object syncObject) |
Modifier and Type | Method and Description |
---|---|
protected DbCryptData |
readCryptKeyCallback()
Reads the database encryption callback data from the connection.
|
protected void |
writeCryptKeyCallback(DbCryptData clientPluginResponse)
Writes the database encryption callback response data to the connection.
|
authReceiveResponse, enableEncryption, handleCryptKeyCallback
enqueueDeferredAction, processDeferredActions
addServerKeys, clearServerKeys, consumePackets, getAttachProperties, getClientAuthBlock, getConnection, getDefaultWarningMessageCallback, getEncoding, getEncryptionIdentifiers, getSynchronizationObject, getXdrIn, getXdrOut, getXdrStreamAccess, processOperation, processResponse, processResponseWarnings, readGenericResponse, readNextOperation, readOperationResponse, readResponse, readSingleResponse, readSqlResponse, readStatusVector, setNetworkTimeout, writeDirect
public V15WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback, java.lang.Object syncObject)
protected DbCryptData readCryptKeyCallback() throws java.io.IOException, java.sql.SQLException
V13WireOperations
readCryptKeyCallback
in class V13WireOperations
java.io.IOException
- For errors reading data from the socketjava.sql.SQLException
- For database errorsprotected void writeCryptKeyCallback(DbCryptData clientPluginResponse) throws java.sql.SQLException, java.io.IOException
V13WireOperations
writeCryptKeyCallback
in class V13WireOperations
clientPluginResponse
- Database encryption callback response data to be sent to the serverjava.sql.SQLException
- For database errorsjava.io.IOException
- For errors reading data from the socketCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.