public class V15WireOperations extends V13WireOperations
FbWireOperations.ProcessAttachCallback
CHA_CHA_PLUGIN_SPI_CLASS_NAME
Constructor and Description |
---|
V15WireOperations(WireConnection<?,?> connection,
WarningMessageCallback defaultWarningMessageCallback) |
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, getPluginSpecificData, getXdrIn, getXdrOut, getXdrStreamAccess, processOperation, processResponse, processResponseWarnings, readBatchCompletionResponse, readGenericResponse, readNextOperation, readOperationResponse, readResponse, readSqlResponse, readStatusVector, readStatusVector, setNetworkTimeout, withLock, writeDirect
public V15WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback)
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-2023 Jaybird (Firebird JDBC) team. All rights reserved.