public class V15WireOperations extends V13WireOperations
FbWireOperations.ProcessAttachCallbackCHA_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, handleCryptKeyCallbackenqueueDeferredAction, processDeferredActionsaddServerKeys, clearServerKeys, consumePackets, getAttachProperties, getClientAuthBlock, getConnection, getDefaultWarningMessageCallback, getEncoding, getPluginSpecificData, getXdrIn, getXdrOut, getXdrStreamAccess, processOperation, processResponse, processResponseWarnings, readBatchCompletionResponse, readGenericResponse, readNextOperation, readOperationResponse, readResponse, readSqlResponse, readStatusVector, readStatusVector, setNetworkTimeout, withLock, writeDirectpublic V15WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback)
protected DbCryptData readCryptKeyCallback() throws java.io.IOException, java.sql.SQLException
V13WireOperationsreadCryptKeyCallback in class V13WireOperationsjava.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
V13WireOperationswriteCryptKeyCallback in class V13WireOperationsclientPluginResponse - 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.