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 |
sendExecuteMsg(XdrOutputStream xdrOut,
int operation,
RowValue parameters)
Sends the execute message (struct
p_sqldata) to the server, without flushing. |
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, sendExecute, sendFetch, sendFree, sendPrepare, setCursorName, writeColumnDatacalculateBlr, calculateBlr, close, emptyRowDescriptor, getBlrCalculator, getDatabase, getHandle, getInfo, getSqlInfo, getTransaction, getXdrIn, getXdrOut, isValidTransactionClass, setHandle, withLock, withTransmitLock, 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 sendExecuteMsg(XdrOutputStream xdrOut, int operation, RowValue parameters) throws java.io.IOException, java.sql.SQLException
V10Statementp_sqldata) to the server, without flushing.
The caller is responsible for obtaining and releasing the transmit lock.
sendExecuteMsg in class V18StatementxdrOut - XDR output streamoperation - operation (op_execute or op_execute2)parameters - parameter valuesjava.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-2026 Jaybird (Firebird JDBC) team. All rights reserved.