public class V11WireOperations extends V10WireOperations
FbWireOperations.ProcessAttachCallback| Constructor and Description | 
|---|
| V11WireOperations(WireConnection<?,?> connection,
                 WarningMessageCallback defaultWarningMessageCallback) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | enqueueDeferredAction(DeferredAction deferredAction)Enqueue a deferred action. | 
| void | processDeferredActions()Processes any deferred actions. | 
authReceiveResponseaddServerKeys, clearServerKeys, consumePackets, getAttachProperties, getClientAuthBlock, getConnection, getDefaultWarningMessageCallback, getEncoding, getPluginSpecificData, getXdrIn, getXdrOut, getXdrStreamAccess, handleCryptKeyCallback, processOperation, processResponse, processResponseWarnings, readBatchCompletionResponse, readGenericResponse, readNextOperation, readOperationResponse, readResponse, readSqlResponse, readStatusVector, readStatusVector, setNetworkTimeout, withLock, writeDirectpublic V11WireOperations(WireConnection<?,?> connection, WarningMessageCallback defaultWarningMessageCallback)
public final void enqueueDeferredAction(DeferredAction deferredAction)
FbWireOperations
 FbDatabase implementations that do not support deferred actions are allowed to throw an
 UnsupportedOperationException (which the default implementation does).
 
deferredAction - Deferred actionpublic final void processDeferredActions()
FbWireOperations
 WARNING: If the server queues deferred responses, and expects an operation (e.g. op_batch_sync,
 op_batch_exec or op_ping) to actual send those responses, this method may block indefinitely.
 
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.