Class V19WireOperations
- 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
-
- org.firebirdsql.gds.ng.wire.version19.V19WireOperations
-
- All Implemented Interfaces:
FbWireOperations
public class V19WireOperations extends V16WireOperations
- Since:
- 5.0.8
- Author:
- Mark Rotteveel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.firebirdsql.gds.ng.wire.FbWireOperations
FbWireOperations.ProcessAttachCallback
-
-
Field Summary
-
Fields inherited from class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
CHA_CHA_PLUGIN_SPI_CLASS_NAME
-
-
Constructor Summary
Constructors Constructor Description V19WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InlineBlobResponse
readInlineBlobResponse(XdrInputStream xdrIn)
Reads the inline blob response (op_inline_blob
) without reading the operation code itself.-
Methods inherited from class org.firebirdsql.gds.ng.wire.version16.V16WireOperations
readBatchCompletionResponse
-
Methods inherited from class org.firebirdsql.gds.ng.wire.version15.V15WireOperations
readCryptKeyCallback, writeCryptKeyCallback
-
Methods inherited from class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
authReceiveResponse, enableEncryption, handleCryptKeyCallback
-
Methods inherited from class org.firebirdsql.gds.ng.wire.version11.V11WireOperations
enqueueDeferredAction, processDeferredActions
-
Methods inherited from class org.firebirdsql.gds.ng.wire.AbstractWireOperations
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
-
-
-
-
Constructor Detail
-
V19WireOperations
public V19WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback)
-
-
Method Detail
-
readInlineBlobResponse
protected InlineBlobResponse readInlineBlobResponse(XdrInputStream xdrIn) throws java.sql.SQLException, java.io.IOException
Description copied from class:AbstractWireOperations
Reads the inline blob response (op_inline_blob
) without reading the operation code itself.- Overrides:
readInlineBlobResponse
in classAbstractWireOperations
- Parameters:
xdrIn
- XDR input stream to read- Returns:
- inline blob response
- Throws:
java.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 connection
-
-