public class UpdatableResultSet extends JDBC4UpdatableResultSet
JDBC4ResultSet.ResultSetClassconnection, UpdatableResultSet_12columnIndexOffset, columnInformationLength, columnLabelIndexer, columnsInformation, complexData, complexEndPos, data, dataSize, discardedRows, fetchSize, forceAlias, isClosed, isEof, isLastRowSent, isModified, lastRowPointer, noBackslashEscapes, options, protocol, reader, resultSetConcurType, resultSetScrollType, row, rowPointer, statement, timeZone, TINYINT1_IS_BIT, YEAR_IS_DATE_TYPECLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE| Constructor and Description |
|---|
UpdatableResultSet(ColumnDefinition[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated,
boolean isPsOutParamter)
Constructor.
|
absolute, afterLast, beforeFirst, cancelRowUpdates, deleteRow, first, getConcurrency, insertRow, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampabort, addRowData, assign, cancelRowInserts, changeRowProtocol, checkClose, checkRefreshable, clearWarnings, close, createEmptyResultSet, createGeneratedData, createResultSet, deleteCurrentRowData, fetchRemaining, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getColumnsInformation, getComplex, getComplexCursor, getCurrentRowData, getCursorName, getDataSize, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getINTERVALDS, getINTERVALDS, getINTERVALYM, getINTERVALYM, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getNUMBER, getNUMBER, getObject, getObject, getObject, getObject, getObject, getObject, getProtocol, getRef, getRef, getRow, getRowId, getRowId, getRowPointer, getRsClass, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getStruct, getStruct, getTime, getTime, getTime, getTime, getTimestamp, getTIMESTAMP, getTimestamp, getTimestamp, getTIMESTAMP, getTimestamp, getTIMESTAMPLTZ, getTIMESTAMPLTZ, getTIMESTAMPTZ, getTIMESTAMPTZ, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, handleIoException, isAfterLast, isBeforeFirst, isBinaryEncoded, isCallableResult, isClosed, isEof, isFirst, isFullyLoaded, isLast, isPsOutParameter, isValidRow, isWrapperFor, readNextValue, refreshRowInternalOracle, resetState, rowDeleted, rowInserted, rowUpdated, setComplexData, setFetchDirection, setFetchSize, setForceTableAlias, setProtocol, setRowPointer, setStatement, unwrap, updateBlob, updateObject, updateRowData, wasNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObjectpublic UpdatableResultSet(ColumnDefinition[] columnsInformation, Results results, Protocol protocol, PacketInputStream reader, boolean callableResult, boolean eofDeprecated, boolean isPsOutParamter) throws IOException, SQLException
columnsInformation - column informationresults - resultsprotocol - current protocolreader - stream fetchercallableResult - is it from a callableStatement ?eofDeprecated - is EOF deprecatedisPsOutParamter - IOException - if any connection error occurSQLException - if any connection error occurCopyright © 2022 oceanbase.com. All rights reserved.