Class V16WireOperations
- java.lang.Object
- 
- org.firebirdsql.gds.ng.wire.AbstractWireOperations
- 
- org.firebirdsql.gds.ng.wire.version10.V10WireOperations
- 
- org.firebirdsql.gds.ng.wire.version11.V11WireOperations
- 
- org.firebirdsql.gds.ng.wire.version13.V13WireOperations
- 
- org.firebirdsql.gds.ng.wire.version15.V15WireOperations
- 
- org.firebirdsql.gds.ng.wire.version16.V16WireOperations
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- FbWireOperations
 - Direct Known Subclasses:
- V19WireOperations
 
 public class V16WireOperations extends V15WireOperations - Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.firebirdsql.gds.ng.wire.FbWireOperationsFbWireOperations.ProcessAttachCallback
 
- 
 - 
Field Summary- 
Fields inherited from class org.firebirdsql.gds.ng.wire.version13.V13WireOperationsCHA_CHA_PLUGIN_SPI_CLASS_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description V16WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchCompletionResponsereadBatchCompletionResponse(XdrInputStream xdrIn)Reads the batch completion response (op_batch_cs) without reading the operation code itself.- 
Methods inherited from class org.firebirdsql.gds.ng.wire.version15.V15WireOperationsreadCryptKeyCallback, writeCryptKeyCallback
 - 
Methods inherited from class org.firebirdsql.gds.ng.wire.version13.V13WireOperationsauthReceiveResponse, enableEncryption, handleCryptKeyCallback
 - 
Methods inherited from class org.firebirdsql.gds.ng.wire.version11.V11WireOperationsenqueueDeferredAction, processDeferredActions
 - 
Methods inherited from class org.firebirdsql.gds.ng.wire.AbstractWireOperationsaddServerKeys, clearServerKeys, consumePackets, getAttachProperties, getClientAuthBlock, getConnection, getDefaultWarningMessageCallback, getEncoding, getPluginSpecificData, getXdrIn, getXdrOut, getXdrStreamAccess, processOperation, processResponse, processResponseWarnings, readGenericResponse, readInlineBlobResponse, readNextOperation, readOperationResponse, readResponse, readSqlResponse, readStatusVector, readStatusVector, setNetworkTimeout, withLock, writeDirect
 
- 
 
- 
- 
- 
Constructor Detail- 
V16WireOperationspublic V16WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback) 
 
- 
 - 
Method Detail- 
readBatchCompletionResponseprotected BatchCompletionResponse readBatchCompletionResponse(XdrInputStream xdrIn) throws java.sql.SQLException, java.io.IOException Description copied from class:AbstractWireOperationsReads the batch completion response (op_batch_cs) without reading the operation code itself.- Overrides:
- readBatchCompletionResponsein class- AbstractWireOperations
- Parameters:
- xdrIn- XDR input stream to read
- Returns:
- batch completion response
- Throws:
- java.sql.SQLException- for errors reading the response from the connection
- java.sql.SQLFeatureNotSupportedException- when the protocol version does not support this response
- java.io.IOException- for errors reading the response from the connection
 
 
- 
 
-