Class V11Database
- java.lang.Object
- 
- org.firebirdsql.gds.ng.AbstractFbAttachment<T>
- 
- org.firebirdsql.gds.ng.AbstractFbDatabase<WireDatabaseConnection>
- 
- org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
- 
- org.firebirdsql.gds.ng.wire.version10.V10Database
- 
- org.firebirdsql.gds.ng.wire.version11.V11Database
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable,- FbAttachment,- FbDatabase,- ExceptionListenable,- TransactionListener,- FbWireAttachment,- FbWireDatabase
 - Direct Known Subclasses:
- V12Database
 
 public class V11Database extends V10Database FbWireDatabaseimplementation for the version 11 wire protocol.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.firebirdsql.gds.ng.wire.FbWireAttachmentFbWireAttachment.AcceptPacket
 
- 
 - 
Field Summary- 
Fields inherited from class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabaseprotocolDescriptor, wireOperations
 - 
Fields inherited from class org.firebirdsql.gds.ng.AbstractFbDatabasedatabaseListenerDispatcher
 - 
Fields inherited from class org.firebirdsql.gds.ng.AbstractFbAttachmentconnection, exceptionListenerDispatcher
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedV11Database(WireDatabaseConnection connection, ProtocolDescriptor descriptor)Creates a V11Database instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenqueueDeferredAction(DeferredAction deferredAction)Enqueue a deferred action.voidreleaseObject(int operation, int objectId)Release object.- 
Methods inherited from class org.firebirdsql.gds.ng.wire.version10.V10DatabaseafterAttachActions, attach, attachOrCreate, authReceiveResponse, cancelOperation, createDatabase, createStatement, doReleaseObjectPacket, dropDatabase, executeImmediate, getBlrCalculator, getDatabaseInfo, getFilenameEncoding, getHandle, getTransactionIdBuffer, initAsynchronousChannel, internalDetach, processAttachOrCreateResponse, processReleaseObjectResponse, reconnectTransaction, sendAttachOrCreateToBuffer, startTransaction
 - 
Methods inherited from class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabasecancelEvent, checkAttached, checkConnected, closeConnection, consumePackets, countEvents, createBlobForInput, createBlobForOutput, createEventHandle, finalize, forceClose, getXdrIn, getXdrOut, getXdrStreamAccess, isAttached, queueEvent, readGenericResponse, readResponse, readSqlResponse, setNetworkTimeout
 - 
Methods inherited from class org.firebirdsql.gds.ng.AbstractFbDatabaseaddDatabaseListener, addWeakDatabaseListener, close, createBlobParameterBuffer, createTransactionParameterBuffer, emptyRowDescriptor, getActiveTransactionCount, getConnectionDialect, getConnectionProperties, getDatabaseDialect, getDatabaseInfo, getDatabaseInformationProcessor, getDatabaseWarningCallback, getDescribeDatabaseInfoBlock, getOdsMajor, getOdsMinor, getParameterDescriptionInfoRequestItems, getStatementInfoRequestItems, removeDatabaseListener, setDatabaseDialect, setOdsMajor, setOdsMinor, transactionAdded, transactionStateChanged
 - 
Methods inherited from class org.firebirdsql.gds.ng.AbstractFbAttachmentaddExceptionListener, getDatatypeCoder, getEncoding, getEncodingFactory, getNetworkTimeout, getServerVersion, getServerVersionInformation, getSynchronizationObject, removeExceptionListener, safelyDetach, setAttached, setDetached, setServerVersion
 - 
Methods inherited from class java.lang.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.firebirdsql.gds.ng.listeners.ExceptionListenableaddExceptionListener, removeExceptionListener
 - 
Methods inherited from interface org.firebirdsql.gds.ng.FbAttachmentclose, forceClose, getDatatypeCoder, getEncoding, getEncodingFactory, getNetworkTimeout, getServerVersion, getSynchronizationObject, isAttached, setNetworkTimeout
 - 
Methods inherited from interface org.firebirdsql.gds.ng.FbDatabaseaddDatabaseListener, addWeakDatabaseListener, cancelEvent, countEvents, createBlobForInput, createBlobForOutput, createBlobParameterBuffer, createEventHandle, createTransactionParameterBuffer, emptyRowDescriptor, getConnectionDialect, getConnectionProperties, getDatabaseDialect, getDatabaseInfo, getOdsMajor, getOdsMinor, queueEvent, removeDatabaseListener
 - 
Methods inherited from interface org.firebirdsql.gds.ng.wire.FbWireAttachmentgetXdrStreamAccess, readGenericResponse
 - 
Methods inherited from interface org.firebirdsql.gds.ng.wire.FbWireDatabaseconsumePackets, readResponse, readSqlResponse
 
- 
 
- 
- 
- 
Constructor Detail- 
V11Databaseprotected V11Database(WireDatabaseConnection connection, ProtocolDescriptor descriptor) Creates a V11Database instance.- Parameters:
- connection- A WireConnection with an established connection to the server.
- descriptor- The ProtocolDescriptor that created this connection (this is used for creating further dependent objects).
 
 
- 
 - 
Method Detail- 
enqueueDeferredActionpublic final void enqueueDeferredAction(DeferredAction deferredAction) Description copied from interface:FbWireDatabaseEnqueue a deferred action.FbDatabase implementations that do not support deferred actions are allowed to throw an UnsupportedOperationException- Specified by:
- enqueueDeferredActionin interface- FbWireDatabase
- Overrides:
- enqueueDeferredActionin class- V10Database
- Parameters:
- deferredAction- Deferred action
 
 - 
releaseObjectpublic void releaseObject(int operation, int objectId) throws java.sql.SQLExceptionDescription copied from interface:FbWireDatabaseRelease object.- Specified by:
- releaseObjectin interface- FbWireDatabase
- Overrides:
- releaseObjectin class- V10Database
- Parameters:
- operation- Operation
- objectId- Id of the object to release
- Throws:
- java.sql.SQLException
 
 
- 
 
-