クラス ResultSetWrapper
java.lang.Object
org.iplass.mtp.impl.rdb.connection.ResultSetWrapper
- すべての実装されたインタフェース:
AutoCloseable,ResultSet,Wrapper
-
フィールドの概要
インタフェースから継承されたフィールド java.sql.ResultSet
CLOSE_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 -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明booleanabsolute(int row) voidvoidvoidvoidvoidclose()voidintfindColumn(String columnLabel) booleanfirst()getArray(int columnIndex) getAsciiStream(int columnIndex) getAsciiStream(String columnLabel) getBigDecimal(int columnIndex) getBigDecimal(int columnIndex, int scale) getBigDecimal(String columnLabel) getBigDecimal(String columnLabel, int scale) getBinaryStream(int columnIndex) getBinaryStream(String columnLabel) getBlob(int columnIndex) booleangetBoolean(int columnIndex) booleangetBoolean(String columnLabel) bytegetByte(int columnIndex) bytebyte[]getBytes(int columnIndex) byte[]getCharacterStream(int columnIndex) getCharacterStream(String columnLabel) getClob(int columnIndex) intgetDate(int columnIndex) doublegetDouble(int columnIndex) doubleintintfloatgetFloat(int columnIndex) floatintintgetInt(int columnIndex) intlonggetLong(int columnIndex) longgetNCharacterStream(int columnIndex) getNCharacterStream(String columnLabel) getNClob(int columnIndex) getNString(int columnIndex) getNString(String columnLabel) getObject(int columnIndex) <T> T<T> TgetRef(int columnIndex) intgetRow()getRowId(int columnIndex) shortgetShort(int columnIndex) shortgetSQLXML(int columnIndex) getString(int columnIndex) getTime(int columnIndex) getTimestamp(int columnIndex) getTimestamp(int columnIndex, Calendar cal) getTimestamp(String columnLabel) getTimestamp(String columnLabel, Calendar cal) intgetType()getUnicodeStream(int columnIndex) getUnicodeStream(String columnLabel) getURL(int columnIndex) voidbooleanbooleanbooleanisClosed()booleanisFirst()booleanisLast()booleanisWrapperFor(Class<?> iface) booleanlast()voidvoidbooleannext()booleanprevious()voidbooleanrelative(int rows) booleanbooleanbooleanvoidsetFetchDirection(int direction) voidsetFetchSize(int rows) <T> TvoidupdateArray(int columnIndex, Array x) voidupdateArray(String columnLabel, Array x) voidupdateAsciiStream(int columnIndex, InputStream x) voidupdateAsciiStream(int columnIndex, InputStream x, int length) voidupdateAsciiStream(int columnIndex, InputStream x, long length) voidupdateAsciiStream(String columnLabel, InputStream x) voidupdateAsciiStream(String columnLabel, InputStream x, int length) voidupdateAsciiStream(String columnLabel, InputStream x, long length) voidupdateBigDecimal(int columnIndex, BigDecimal x) voidupdateBigDecimal(String columnLabel, BigDecimal x) voidupdateBinaryStream(int columnIndex, InputStream x) voidupdateBinaryStream(int columnIndex, InputStream x, int length) voidupdateBinaryStream(int columnIndex, InputStream x, long length) voidupdateBinaryStream(String columnLabel, InputStream x) voidupdateBinaryStream(String columnLabel, InputStream x, int length) voidupdateBinaryStream(String columnLabel, InputStream x, long length) voidupdateBlob(int columnIndex, InputStream inputStream) voidupdateBlob(int columnIndex, InputStream inputStream, long length) voidupdateBlob(int columnIndex, Blob x) voidupdateBlob(String columnLabel, InputStream inputStream) voidupdateBlob(String columnLabel, InputStream inputStream, long length) voidupdateBlob(String columnLabel, Blob x) voidupdateBoolean(int columnIndex, boolean x) voidupdateBoolean(String columnLabel, boolean x) voidupdateByte(int columnIndex, byte x) voidupdateByte(String columnLabel, byte x) voidupdateBytes(int columnIndex, byte[] x) voidupdateBytes(String columnLabel, byte[] x) voidupdateCharacterStream(int columnIndex, Reader x) voidupdateCharacterStream(int columnIndex, Reader x, int length) voidupdateCharacterStream(int columnIndex, Reader x, long length) voidupdateCharacterStream(String columnLabel, Reader reader) voidupdateCharacterStream(String columnLabel, Reader reader, int length) voidupdateCharacterStream(String columnLabel, Reader reader, long length) voidupdateClob(int columnIndex, Reader reader) voidupdateClob(int columnIndex, Reader reader, long length) voidupdateClob(int columnIndex, Clob x) voidupdateClob(String columnLabel, Reader reader) voidupdateClob(String columnLabel, Reader reader, long length) voidupdateClob(String columnLabel, Clob x) voidupdateDate(int columnIndex, Date x) voidupdateDate(String columnLabel, Date x) voidupdateDouble(int columnIndex, double x) voidupdateDouble(String columnLabel, double x) voidupdateFloat(int columnIndex, float x) voidupdateFloat(String columnLabel, float x) voidupdateInt(int columnIndex, int x) voidvoidupdateLong(int columnIndex, long x) voidupdateLong(String columnLabel, long x) voidupdateNCharacterStream(int columnIndex, Reader x) voidupdateNCharacterStream(int columnIndex, Reader x, long length) voidupdateNCharacterStream(String columnLabel, Reader reader) voidupdateNCharacterStream(String columnLabel, Reader reader, long length) voidupdateNClob(int columnIndex, Reader reader) voidupdateNClob(int columnIndex, Reader reader, long length) voidupdateNClob(int columnIndex, NClob nClob) voidupdateNClob(String columnLabel, Reader reader) voidupdateNClob(String columnLabel, Reader reader, long length) voidupdateNClob(String columnLabel, NClob nClob) voidupdateNString(int columnIndex, String nString) voidupdateNString(String columnLabel, String nString) voidupdateNull(int columnIndex) voidupdateNull(String columnLabel) voidupdateObject(int columnIndex, Object x) voidupdateObject(int columnIndex, Object x, int scaleOrLength) voidupdateObject(String columnLabel, Object x) voidupdateObject(String columnLabel, Object x, int scaleOrLength) voidvoidvoidvoidupdateRowId(int columnIndex, RowId x) voidupdateRowId(String columnLabel, RowId x) voidupdateShort(int columnIndex, short x) voidupdateShort(String columnLabel, short x) voidupdateSQLXML(int columnIndex, SQLXML xmlObject) voidupdateSQLXML(String columnLabel, SQLXML xmlObject) voidupdateString(int columnIndex, String x) voidupdateString(String columnLabel, String x) voidupdateTime(int columnIndex, Time x) voidupdateTime(String columnLabel, Time x) voidupdateTimestamp(int columnIndex, Timestamp x) voidupdateTimestamp(String columnLabel, Timestamp x) booleanwasNull()クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
コンストラクタの詳細
-
ResultSetWrapper
-
-
メソッドの詳細
-
absolute
- 定義:
absoluteインタフェース内ResultSet- 例外:
SQLException
-
afterLast
- 定義:
afterLastインタフェース内ResultSet- 例外:
SQLException
-
beforeFirst
- 定義:
beforeFirstインタフェース内ResultSet- 例外:
SQLException
-
cancelRowUpdates
- 定義:
cancelRowUpdatesインタフェース内ResultSet- 例外:
SQLException
-
clearWarnings
- 定義:
clearWarningsインタフェース内ResultSet- 例外:
SQLException
-
close
- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内ResultSet- 例外:
SQLException
-
deleteRow
- 定義:
deleteRowインタフェース内ResultSet- 例外:
SQLException
-
findColumn
- 定義:
findColumnインタフェース内ResultSet- 例外:
SQLException
-
first
- 定義:
firstインタフェース内ResultSet- 例外:
SQLException
-
getArray
- 定義:
getArrayインタフェース内ResultSet- 例外:
SQLException
-
getArray
- 定義:
getArrayインタフェース内ResultSet- 例外:
SQLException
-
getAsciiStream
- 定義:
getAsciiStreamインタフェース内ResultSet- 例外:
SQLException
-
getAsciiStream
- 定義:
getAsciiStreamインタフェース内ResultSet- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimalインタフェース内ResultSet- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimalインタフェース内ResultSet- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimalインタフェース内ResultSet- 例外:
SQLException
-
getBigDecimal
- 定義:
getBigDecimalインタフェース内ResultSet- 例外:
SQLException
-
getBinaryStream
- 定義:
getBinaryStreamインタフェース内ResultSet- 例外:
SQLException
-
getBinaryStream
- 定義:
getBinaryStreamインタフェース内ResultSet- 例外:
SQLException
-
getBlob
- 定義:
getBlobインタフェース内ResultSet- 例外:
SQLException
-
getBlob
- 定義:
getBlobインタフェース内ResultSet- 例外:
SQLException
-
getBoolean
- 定義:
getBooleanインタフェース内ResultSet- 例外:
SQLException
-
getBoolean
- 定義:
getBooleanインタフェース内ResultSet- 例外:
SQLException
-
getByte
- 定義:
getByteインタフェース内ResultSet- 例外:
SQLException
-
getByte
- 定義:
getByteインタフェース内ResultSet- 例外:
SQLException
-
getBytes
- 定義:
getBytesインタフェース内ResultSet- 例外:
SQLException
-
getBytes
- 定義:
getBytesインタフェース内ResultSet- 例外:
SQLException
-
getCharacterStream
- 定義:
getCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
getCharacterStream
- 定義:
getCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
getClob
- 定義:
getClobインタフェース内ResultSet- 例外:
SQLException
-
getClob
- 定義:
getClobインタフェース内ResultSet- 例外:
SQLException
-
getConcurrency
- 定義:
getConcurrencyインタフェース内ResultSet- 例外:
SQLException
-
getCursorName
- 定義:
getCursorNameインタフェース内ResultSet- 例外:
SQLException
-
getDate
- 定義:
getDateインタフェース内ResultSet- 例外:
SQLException
-
getDate
- 定義:
getDateインタフェース内ResultSet- 例外:
SQLException
-
getDate
- 定義:
getDateインタフェース内ResultSet- 例外:
SQLException
-
getDate
- 定義:
getDateインタフェース内ResultSet- 例外:
SQLException
-
getDouble
- 定義:
getDoubleインタフェース内ResultSet- 例外:
SQLException
-
getDouble
- 定義:
getDoubleインタフェース内ResultSet- 例外:
SQLException
-
getFetchDirection
- 定義:
getFetchDirectionインタフェース内ResultSet- 例外:
SQLException
-
getFetchSize
- 定義:
getFetchSizeインタフェース内ResultSet- 例外:
SQLException
-
getFloat
- 定義:
getFloatインタフェース内ResultSet- 例外:
SQLException
-
getFloat
- 定義:
getFloatインタフェース内ResultSet- 例外:
SQLException
-
getHoldability
- 定義:
getHoldabilityインタフェース内ResultSet- 例外:
SQLException
-
getInt
- 定義:
getIntインタフェース内ResultSet- 例外:
SQLException
-
getInt
- 定義:
getIntインタフェース内ResultSet- 例外:
SQLException
-
getLong
- 定義:
getLongインタフェース内ResultSet- 例外:
SQLException
-
getLong
- 定義:
getLongインタフェース内ResultSet- 例外:
SQLException
-
getMetaData
- 定義:
getMetaDataインタフェース内ResultSet- 例外:
SQLException
-
getNCharacterStream
- 定義:
getNCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
getNCharacterStream
- 定義:
getNCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
getNClob
- 定義:
getNClobインタフェース内ResultSet- 例外:
SQLException
-
getNClob
- 定義:
getNClobインタフェース内ResultSet- 例外:
SQLException
-
getNString
- 定義:
getNStringインタフェース内ResultSet- 例外:
SQLException
-
getNString
- 定義:
getNStringインタフェース内ResultSet- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内ResultSet- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内ResultSet- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内ResultSet- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内ResultSet- 例外:
SQLException
-
getRef
- 定義:
getRefインタフェース内ResultSet- 例外:
SQLException
-
getRef
- 定義:
getRefインタフェース内ResultSet- 例外:
SQLException
-
getRow
- 定義:
getRowインタフェース内ResultSet- 例外:
SQLException
-
getRowId
- 定義:
getRowIdインタフェース内ResultSet- 例外:
SQLException
-
getRowId
- 定義:
getRowIdインタフェース内ResultSet- 例外:
SQLException
-
getShort
- 定義:
getShortインタフェース内ResultSet- 例外:
SQLException
-
getShort
- 定義:
getShortインタフェース内ResultSet- 例外:
SQLException
-
getSQLXML
- 定義:
getSQLXMLインタフェース内ResultSet- 例外:
SQLException
-
getSQLXML
- 定義:
getSQLXMLインタフェース内ResultSet- 例外:
SQLException
-
getStatement
- 定義:
getStatementインタフェース内ResultSet- 例外:
SQLException
-
getString
- 定義:
getStringインタフェース内ResultSet- 例外:
SQLException
-
getString
- 定義:
getStringインタフェース内ResultSet- 例外:
SQLException
-
getTime
- 定義:
getTimeインタフェース内ResultSet- 例外:
SQLException
-
getTime
- 定義:
getTimeインタフェース内ResultSet- 例外:
SQLException
-
getTime
- 定義:
getTimeインタフェース内ResultSet- 例外:
SQLException
-
getTime
- 定義:
getTimeインタフェース内ResultSet- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestampインタフェース内ResultSet- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestampインタフェース内ResultSet- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestampインタフェース内ResultSet- 例外:
SQLException
-
getTimestamp
- 定義:
getTimestampインタフェース内ResultSet- 例外:
SQLException
-
getType
- 定義:
getTypeインタフェース内ResultSet- 例外:
SQLException
-
getUnicodeStream
- 定義:
getUnicodeStreamインタフェース内ResultSet- 例外:
SQLException
-
getUnicodeStream
- 定義:
getUnicodeStreamインタフェース内ResultSet- 例外:
SQLException
-
getURL
- 定義:
getURLインタフェース内ResultSet- 例外:
SQLException
-
getURL
- 定義:
getURLインタフェース内ResultSet- 例外:
SQLException
-
getWarnings
- 定義:
getWarningsインタフェース内ResultSet- 例外:
SQLException
-
insertRow
- 定義:
insertRowインタフェース内ResultSet- 例外:
SQLException
-
isAfterLast
- 定義:
isAfterLastインタフェース内ResultSet- 例外:
SQLException
-
isBeforeFirst
- 定義:
isBeforeFirstインタフェース内ResultSet- 例外:
SQLException
-
isClosed
- 定義:
isClosedインタフェース内ResultSet- 例外:
SQLException
-
isFirst
- 定義:
isFirstインタフェース内ResultSet- 例外:
SQLException
-
isLast
- 定義:
isLastインタフェース内ResultSet- 例外:
SQLException
-
isWrapperFor
- 定義:
isWrapperForインタフェース内Wrapper- 例外:
SQLException
-
last
- 定義:
lastインタフェース内ResultSet- 例外:
SQLException
-
moveToCurrentRow
- 定義:
moveToCurrentRowインタフェース内ResultSet- 例外:
SQLException
-
moveToInsertRow
- 定義:
moveToInsertRowインタフェース内ResultSet- 例外:
SQLException
-
next
- 定義:
nextインタフェース内ResultSet- 例外:
SQLException
-
previous
- 定義:
previousインタフェース内ResultSet- 例外:
SQLException
-
refreshRow
- 定義:
refreshRowインタフェース内ResultSet- 例外:
SQLException
-
relative
- 定義:
relativeインタフェース内ResultSet- 例外:
SQLException
-
rowDeleted
- 定義:
rowDeletedインタフェース内ResultSet- 例外:
SQLException
-
rowInserted
- 定義:
rowInsertedインタフェース内ResultSet- 例外:
SQLException
-
rowUpdated
- 定義:
rowUpdatedインタフェース内ResultSet- 例外:
SQLException
-
setFetchDirection
- 定義:
setFetchDirectionインタフェース内ResultSet- 例外:
SQLException
-
setFetchSize
- 定義:
setFetchSizeインタフェース内ResultSet- 例外:
SQLException
-
unwrap
- 定義:
unwrapインタフェース内Wrapper- 例外:
SQLException
-
updateArray
- 定義:
updateArrayインタフェース内ResultSet- 例外:
SQLException
-
updateArray
- 定義:
updateArrayインタフェース内ResultSet- 例外:
SQLException
-
updateAsciiStream
- 定義:
updateAsciiStreamインタフェース内ResultSet- 例外:
SQLException
-
updateAsciiStream
- 定義:
updateAsciiStreamインタフェース内ResultSet- 例外:
SQLException
-
updateAsciiStream
- 定義:
updateAsciiStreamインタフェース内ResultSet- 例外:
SQLException
-
updateAsciiStream
- 定義:
updateAsciiStreamインタフェース内ResultSet- 例外:
SQLException
-
updateAsciiStream
- 定義:
updateAsciiStreamインタフェース内ResultSet- 例外:
SQLException
-
updateAsciiStream
- 定義:
updateAsciiStreamインタフェース内ResultSet- 例外:
SQLException
-
updateBigDecimal
- 定義:
updateBigDecimalインタフェース内ResultSet- 例外:
SQLException
-
updateBigDecimal
- 定義:
updateBigDecimalインタフェース内ResultSet- 例外:
SQLException
-
updateBinaryStream
- 定義:
updateBinaryStreamインタフェース内ResultSet- 例外:
SQLException
-
updateBinaryStream
- 定義:
updateBinaryStreamインタフェース内ResultSet- 例外:
SQLException
-
updateBinaryStream
- 定義:
updateBinaryStreamインタフェース内ResultSet- 例外:
SQLException
-
updateBinaryStream
- 定義:
updateBinaryStreamインタフェース内ResultSet- 例外:
SQLException
-
updateBinaryStream
- 定義:
updateBinaryStreamインタフェース内ResultSet- 例外:
SQLException
-
updateBinaryStream
- 定義:
updateBinaryStreamインタフェース内ResultSet- 例外:
SQLException
-
updateBlob
- 定義:
updateBlobインタフェース内ResultSet- 例外:
SQLException
-
updateBlob
- 定義:
updateBlobインタフェース内ResultSet- 例外:
SQLException
-
updateBlob
- 定義:
updateBlobインタフェース内ResultSet- 例外:
SQLException
-
updateBlob
- 定義:
updateBlobインタフェース内ResultSet- 例外:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - 定義:
updateBlobインタフェース内ResultSet- 例外:
SQLException
-
updateBlob
- 定義:
updateBlobインタフェース内ResultSet- 例外:
SQLException
-
updateBoolean
- 定義:
updateBooleanインタフェース内ResultSet- 例外:
SQLException
-
updateBoolean
- 定義:
updateBooleanインタフェース内ResultSet- 例外:
SQLException
-
updateByte
- 定義:
updateByteインタフェース内ResultSet- 例外:
SQLException
-
updateByte
- 定義:
updateByteインタフェース内ResultSet- 例外:
SQLException
-
updateBytes
- 定義:
updateBytesインタフェース内ResultSet- 例外:
SQLException
-
updateBytes
- 定義:
updateBytesインタフェース内ResultSet- 例外:
SQLException
-
updateCharacterStream
- 定義:
updateCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateCharacterStream
- 定義:
updateCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateCharacterStream
- 定義:
updateCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - 定義:
updateCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - 定義:
updateCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateCharacterStream
- 定義:
updateCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateClob
- 定義:
updateClobインタフェース内ResultSet- 例外:
SQLException
-
updateClob
- 定義:
updateClobインタフェース内ResultSet- 例外:
SQLException
-
updateClob
- 定義:
updateClobインタフェース内ResultSet- 例外:
SQLException
-
updateClob
- 定義:
updateClobインタフェース内ResultSet- 例外:
SQLException
-
updateClob
- 定義:
updateClobインタフェース内ResultSet- 例外:
SQLException
-
updateClob
- 定義:
updateClobインタフェース内ResultSet- 例外:
SQLException
-
updateDate
- 定義:
updateDateインタフェース内ResultSet- 例外:
SQLException
-
updateDate
- 定義:
updateDateインタフェース内ResultSet- 例外:
SQLException
-
updateDouble
- 定義:
updateDoubleインタフェース内ResultSet- 例外:
SQLException
-
updateDouble
- 定義:
updateDoubleインタフェース内ResultSet- 例外:
SQLException
-
updateFloat
- 定義:
updateFloatインタフェース内ResultSet- 例外:
SQLException
-
updateFloat
- 定義:
updateFloatインタフェース内ResultSet- 例外:
SQLException
-
updateInt
- 定義:
updateIntインタフェース内ResultSet- 例外:
SQLException
-
updateInt
- 定義:
updateIntインタフェース内ResultSet- 例外:
SQLException
-
updateLong
- 定義:
updateLongインタフェース内ResultSet- 例外:
SQLException
-
updateLong
- 定義:
updateLongインタフェース内ResultSet- 例外:
SQLException
-
updateNCharacterStream
- 定義:
updateNCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateNCharacterStream
- 定義:
updateNCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - 定義:
updateNCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateNCharacterStream
- 定義:
updateNCharacterStreamインタフェース内ResultSet- 例外:
SQLException
-
updateNClob
- 定義:
updateNClobインタフェース内ResultSet- 例外:
SQLException
-
updateNClob
- 定義:
updateNClobインタフェース内ResultSet- 例外:
SQLException
-
updateNClob
- 定義:
updateNClobインタフェース内ResultSet- 例外:
SQLException
-
updateNClob
- 定義:
updateNClobインタフェース内ResultSet- 例外:
SQLException
-
updateNClob
- 定義:
updateNClobインタフェース内ResultSet- 例外:
SQLException
-
updateNClob
- 定義:
updateNClobインタフェース内ResultSet- 例外:
SQLException
-
updateNString
- 定義:
updateNStringインタフェース内ResultSet- 例外:
SQLException
-
updateNString
- 定義:
updateNStringインタフェース内ResultSet- 例外:
SQLException
-
updateNull
- 定義:
updateNullインタフェース内ResultSet- 例外:
SQLException
-
updateNull
- 定義:
updateNullインタフェース内ResultSet- 例外:
SQLException
-
updateObject
- 定義:
updateObjectインタフェース内ResultSet- 例外:
SQLException
-
updateObject
- 定義:
updateObjectインタフェース内ResultSet- 例外:
SQLException
-
updateObject
- 定義:
updateObjectインタフェース内ResultSet- 例外:
SQLException
-
updateObject
- 定義:
updateObjectインタフェース内ResultSet- 例外:
SQLException
-
updateRef
- 定義:
updateRefインタフェース内ResultSet- 例外:
SQLException
-
updateRef
- 定義:
updateRefインタフェース内ResultSet- 例外:
SQLException
-
updateRow
- 定義:
updateRowインタフェース内ResultSet- 例外:
SQLException
-
updateRowId
- 定義:
updateRowIdインタフェース内ResultSet- 例外:
SQLException
-
updateRowId
- 定義:
updateRowIdインタフェース内ResultSet- 例外:
SQLException
-
updateShort
- 定義:
updateShortインタフェース内ResultSet- 例外:
SQLException
-
updateShort
- 定義:
updateShortインタフェース内ResultSet- 例外:
SQLException
-
updateSQLXML
- 定義:
updateSQLXMLインタフェース内ResultSet- 例外:
SQLException
-
updateSQLXML
- 定義:
updateSQLXMLインタフェース内ResultSet- 例外:
SQLException
-
updateString
- 定義:
updateStringインタフェース内ResultSet- 例外:
SQLException
-
updateString
- 定義:
updateStringインタフェース内ResultSet- 例外:
SQLException
-
updateTime
- 定義:
updateTimeインタフェース内ResultSet- 例外:
SQLException
-
updateTime
- 定義:
updateTimeインタフェース内ResultSet- 例外:
SQLException
-
updateTimestamp
- 定義:
updateTimestampインタフェース内ResultSet- 例外:
SQLException
-
updateTimestamp
- 定義:
updateTimestampインタフェース内ResultSet- 例外:
SQLException
-
wasNull
- 定義:
wasNullインタフェース内ResultSet- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内ResultSet- 例外:
SQLException
-
getObject
- 定義:
getObjectインタフェース内ResultSet- 例外:
SQLException
-