public class V19Statement extends V18Statement
exceptionListenerDispatcher, statementListenerDispatcher| Constructor and Description |
|---|
V19Statement(FbWireDatabase database)
Creates a new instance of V19Statement for the specified database.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxInlineBlobSize() |
protected void |
handleInlineBlobResponse(InlineBlobResponse inlineBlobResponse)
Handle the inline blob response from an
op_execute2 or op_fetch_response. |
protected void |
sendExecute(int operation,
RowValue parameters)
Sends the execute (for
op_execute or op_execute2) to the database. |
clearCursorFlag, fetchScrollImpl, getCursorFlagsAsInt, getCursorInfoImpl, isCursorFlagSet, sendFetchScroll, setCursorFlag, supportsCursorInfo, supportsFetchScrollbatchCancel, batchExecute, createBatchParameterBuffer, deferredBatchCreate, deferredBatchRelease, deferredBatchSend, sendBatchCreate, sendBatchMsg, supportBatchUpdatesgetDefaultSqlInfoSize, getMaxSqlInfoSize, readSqlData, writeSqlData, writeSqlDatafree, preparedoFreePacket, execute, fetchRows, processAllocateResponse, processExecuteResponse, processExecuteSingletonResponse, processFetchResponse, processFreeResponse, processPrepareResponse, readColumnData, sendAllocate, sendFetch, sendFree, sendPrepare, setCursorName, writeColumnDatacalculateBlr, calculateBlr, close, emptyRowDescriptor, getBlrCalculator, getDatabase, getHandle, getInfo, getSqlInfo, getTransaction, getXdrIn, getXdrOut, isValidTransactionClass, setHandle, withLock, wrapDeferredResponseaddExceptionListener, addStatementListener, checkStatementValid, checkStatementValid, closeCursor, closeCursor, createExecutionPlanProcessor, createSqlCountProcessor, ensureClosedCursor, fetchScroll, finalize, forceState, getAllowedTimeout, getCursorInfo, getCursorInfo, getExecutionPlan, getExplainedExecutionPlan, getParameterDescriptionInfoRequestItems, getParameterDescriptor, getRowDescriptor, getSqlCounts, getSqlInfo, getState, getStatementInfoRequestItems, getStatementWarningCallback, getTimeout, getTransactionListener, getType, hasFetched, hasFields, hasSingletonResult, isAfterLast, isBeforeFirst, isPrepareAllowed, parseStatementInfo, queueRowData, removeExceptionListener, removeStatementListener, reset, reset, resetAll, setAfterLast, setBeforeFirst, setParameterDescriptor, setRowDescriptor, setTimeout, setTransaction, setType, signalExecute, signalFetch, switchState, unprepare, validateParametersclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStatementListener, close, closeCursor, closeCursor, emptyRowDescriptor, ensureClosedCursor, fetchScroll, getCursorInfo, getCursorInfo, getDatabase, getExecutionPlan, getExplainedExecutionPlan, getHandle, getParameterDescriptor, getRowDescriptor, getSqlCounts, getSqlInfo, getSqlInfo, getState, getTimeout, getTransaction, getType, hasFetched, removeStatementListener, setTimeout, setTransaction, unprepare, validateParameters, withLockaddExceptionListener, removeExceptionListenerpublic V19Statement(FbWireDatabase database)
database - FbWireDatabase implementationprotected void sendExecute(int operation,
RowValue parameters)
throws java.io.IOException,
java.sql.SQLException
V10Statementop_execute or op_execute2) to the database.sendExecute in class V18Statementoperation - Operation (op_execute or op_execute2)parameters - Parametersjava.io.IOExceptionjava.sql.SQLExceptionprotected int getMaxInlineBlobSize()
protected void handleInlineBlobResponse(InlineBlobResponse inlineBlobResponse)
AbstractFbWireStatementop_execute2 or op_fetch_response.handleInlineBlobResponse in class AbstractFbWireStatementinlineBlobResponse - inline blob responseCopyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.