public class V16WireOperations extends V15WireOperations
FbWireOperations.ProcessAttachCallback
CHA_CHA_PLUGIN_SPI_CLASS_NAME
Constructor and Description |
---|
V16WireOperations(WireConnection<?,?> connection,
WarningMessageCallback defaultWarningMessageCallback) |
Modifier and Type | Method and Description |
---|---|
protected BatchCompletionResponse |
readBatchCompletionResponse(XdrInputStream xdrIn)
Reads the batch completion response (
op_batch_cs ) without reading the operation code itself. |
readCryptKeyCallback, writeCryptKeyCallback
authReceiveResponse, enableEncryption, handleCryptKeyCallback
enqueueDeferredAction, processDeferredActions
addServerKeys, clearServerKeys, consumePackets, getAttachProperties, getClientAuthBlock, getConnection, getDefaultWarningMessageCallback, getEncoding, getPluginSpecificData, getXdrIn, getXdrOut, getXdrStreamAccess, processOperation, processResponse, processResponseWarnings, readGenericResponse, readNextOperation, readOperationResponse, readResponse, readSqlResponse, readStatusVector, readStatusVector, setNetworkTimeout, withLock, writeDirect
public V16WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback)
protected BatchCompletionResponse readBatchCompletionResponse(XdrInputStream xdrIn) throws java.sql.SQLException, java.io.IOException
AbstractWireOperations
op_batch_cs
) without reading the operation code itself.readBatchCompletionResponse
in class AbstractWireOperations
xdrIn
- XDR input stream to readjava.sql.SQLException
- for errors reading the response from the connectionjava.sql.SQLFeatureNotSupportedException
- when the protocol version does not support this responsejava.io.IOException
- for errors reading the response from the connectionCopyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.