public abstract class AbstractUnsupportedUpdateOperationResultSet extends WrapperAdapter implements ResultSet
| 构造器和说明 |
|---|
AbstractUnsupportedUpdateOperationResultSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
updateArray(int columnIndex,
Array x) |
void |
updateArray(String columnLabel,
Array x) |
void |
updateAsciiStream(int columnIndex,
InputStream inputStream) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length) |
void |
updateAsciiStream(int columnIndex,
InputStream inputStream,
long length) |
void |
updateAsciiStream(String columnLabel,
InputStream inputStream) |
void |
updateAsciiStream(String columnLabel,
InputStream x,
int length) |
void |
updateAsciiStream(String columnLabel,
InputStream inputStream,
long length) |
void |
updateBigDecimal(int columnIndex,
BigDecimal x) |
void |
updateBigDecimal(String columnLabel,
BigDecimal x) |
void |
updateBinaryStream(int columnIndex,
InputStream x) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
long length) |
void |
updateBinaryStream(String columnLabel,
InputStream x) |
void |
updateBinaryStream(String columnLabel,
InputStream x,
int length) |
void |
updateBinaryStream(String columnLabel,
InputStream x,
long length) |
void |
updateBlob(int columnIndex,
Blob x) |
void |
updateBlob(int columnIndex,
InputStream inputStream) |
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length) |
void |
updateBlob(String columnLabel,
Blob x) |
void |
updateBlob(String columnLabel,
InputStream inputStream) |
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length) |
void |
updateBoolean(int columnIndex,
boolean x) |
void |
updateBoolean(String columnLabel,
boolean x) |
void |
updateByte(int columnIndex,
byte x) |
void |
updateByte(String columnLabel,
byte x) |
void |
updateBytes(int columnIndex,
byte[] x) |
void |
updateBytes(String columnLabel,
byte[] x) |
void |
updateCharacterStream(int columnIndex,
Reader x) |
void |
updateCharacterStream(int columnIndex,
Reader x,
int length) |
void |
updateCharacterStream(int columnIndex,
Reader x,
long length) |
void |
updateCharacterStream(String columnLabel,
Reader x) |
void |
updateCharacterStream(String columnLabel,
Reader reader,
int length) |
void |
updateCharacterStream(String columnLabel,
Reader reader,
long length) |
void |
updateClob(int columnIndex,
Clob x) |
void |
updateClob(int columnIndex,
Reader reader) |
void |
updateClob(int columnIndex,
Reader reader,
long length) |
void |
updateClob(String columnLabel,
Clob x) |
void |
updateClob(String columnLabel,
Reader reader) |
void |
updateClob(String columnLabel,
Reader reader,
long length) |
void |
updateDate(int columnIndex,
Date x) |
void |
updateDate(String columnLabel,
Date x) |
void |
updateDouble(int columnIndex,
double x) |
void |
updateDouble(String columnLabel,
double x) |
void |
updateFloat(int columnIndex,
float x) |
void |
updateFloat(String columnLabel,
float x) |
void |
updateInt(int columnIndex,
int x) |
void |
updateInt(String columnLabel,
int x) |
void |
updateLong(int columnIndex,
long x) |
void |
updateLong(String columnLabel,
long x) |
void |
updateNCharacterStream(int columnIndex,
Reader x) |
void |
updateNCharacterStream(int columnIndex,
Reader x,
long length) |
void |
updateNCharacterStream(String columnLabel,
Reader x) |
void |
updateNCharacterStream(String columnLabel,
Reader x,
long length) |
void |
updateNClob(int columnIndex,
NClob nClob) |
void |
updateNClob(int columnIndex,
Reader reader) |
void |
updateNClob(int columnIndex,
Reader reader,
long length) |
void |
updateNClob(String columnLabel,
NClob nClob) |
void |
updateNClob(String columnLabel,
Reader reader) |
void |
updateNClob(String columnLabel,
Reader reader,
long length) |
void |
updateNString(int columnIndex,
String nString) |
void |
updateNString(String columnLabel,
String nString) |
void |
updateNull(int columnIndex) |
void |
updateNull(String columnLabel) |
void |
updateObject(int columnIndex,
Object x) |
void |
updateObject(int columnIndex,
Object x,
int scaleOrLength) |
void |
updateObject(String columnLabel,
Object x) |
void |
updateObject(String columnLabel,
Object x,
int scaleOrLength) |
void |
updateRef(int columnIndex,
Ref x) |
void |
updateRef(String columnLabel,
Ref x) |
void |
updateRowId(int columnIndex,
RowId x) |
void |
updateRowId(String columnLabel,
RowId x) |
void |
updateShort(int columnIndex,
short x) |
void |
updateShort(String columnLabel,
short x) |
void |
updateSQLXML(int columnIndex,
SQLXML xmlObject) |
void |
updateSQLXML(String columnLabel,
SQLXML xmlObject) |
void |
updateString(int columnIndex,
String x) |
void |
updateString(String columnLabel,
String x) |
void |
updateTime(int columnIndex,
Time x) |
void |
updateTime(String columnLabel,
Time x) |
void |
updateTimestamp(int columnIndex,
Timestamp x) |
void |
updateTimestamp(String columnLabel,
Timestamp x) |
isWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabsolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateRow, wasNullisWrapperFor, unwrappublic AbstractUnsupportedUpdateOperationResultSet()
public final void updateNull(int columnIndex)
throws SQLException
updateNull 在接口中 ResultSetSQLExceptionpublic final void updateNull(String columnLabel) throws SQLException
updateNull 在接口中 ResultSetSQLExceptionpublic final void updateBoolean(int columnIndex,
boolean x)
throws SQLException
updateBoolean 在接口中 ResultSetSQLExceptionpublic final void updateBoolean(String columnLabel, boolean x) throws SQLException
updateBoolean 在接口中 ResultSetSQLExceptionpublic final void updateByte(int columnIndex,
byte x)
throws SQLException
updateByte 在接口中 ResultSetSQLExceptionpublic final void updateByte(String columnLabel, byte x) throws SQLException
updateByte 在接口中 ResultSetSQLExceptionpublic final void updateShort(int columnIndex,
short x)
throws SQLException
updateShort 在接口中 ResultSetSQLExceptionpublic final void updateShort(String columnLabel, short x) throws SQLException
updateShort 在接口中 ResultSetSQLExceptionpublic final void updateInt(int columnIndex,
int x)
throws SQLException
updateInt 在接口中 ResultSetSQLExceptionpublic final void updateInt(String columnLabel, int x) throws SQLException
updateInt 在接口中 ResultSetSQLExceptionpublic final void updateLong(int columnIndex,
long x)
throws SQLException
updateLong 在接口中 ResultSetSQLExceptionpublic final void updateLong(String columnLabel, long x) throws SQLException
updateLong 在接口中 ResultSetSQLExceptionpublic final void updateFloat(int columnIndex,
float x)
throws SQLException
updateFloat 在接口中 ResultSetSQLExceptionpublic final void updateFloat(String columnLabel, float x) throws SQLException
updateFloat 在接口中 ResultSetSQLExceptionpublic final void updateDouble(int columnIndex,
double x)
throws SQLException
updateDouble 在接口中 ResultSetSQLExceptionpublic final void updateDouble(String columnLabel, double x) throws SQLException
updateDouble 在接口中 ResultSetSQLExceptionpublic final void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
updateBigDecimal 在接口中 ResultSetSQLExceptionpublic final void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException
updateBigDecimal 在接口中 ResultSetSQLExceptionpublic final void updateString(int columnIndex,
String x)
throws SQLException
updateString 在接口中 ResultSetSQLExceptionpublic final void updateString(String columnLabel, String x) throws SQLException
updateString 在接口中 ResultSetSQLExceptionpublic final void updateNString(int columnIndex,
String nString)
throws SQLException
updateNString 在接口中 ResultSetSQLExceptionpublic final void updateNString(String columnLabel, String nString) throws SQLException
updateNString 在接口中 ResultSetSQLExceptionpublic final void updateBytes(int columnIndex,
byte[] x)
throws SQLException
updateBytes 在接口中 ResultSetSQLExceptionpublic final void updateBytes(String columnLabel, byte[] x) throws SQLException
updateBytes 在接口中 ResultSetSQLExceptionpublic final void updateDate(int columnIndex,
Date x)
throws SQLException
updateDate 在接口中 ResultSetSQLExceptionpublic final void updateDate(String columnLabel, Date x) throws SQLException
updateDate 在接口中 ResultSetSQLExceptionpublic final void updateTime(int columnIndex,
Time x)
throws SQLException
updateTime 在接口中 ResultSetSQLExceptionpublic final void updateTime(String columnLabel, Time x) throws SQLException
updateTime 在接口中 ResultSetSQLExceptionpublic final void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
updateTimestamp 在接口中 ResultSetSQLExceptionpublic final void updateTimestamp(String columnLabel, Timestamp x) throws SQLException
updateTimestamp 在接口中 ResultSetSQLExceptionpublic final void updateAsciiStream(int columnIndex,
InputStream inputStream)
throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic final void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic final void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic final void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic final void updateAsciiStream(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic final void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic final void updateBinaryStream(int columnIndex,
InputStream x)
throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic final void updateBinaryStream(String columnLabel, InputStream x) throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic final void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic final void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic final void updateBinaryStream(int columnIndex,
InputStream x,
long length)
throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic final void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic final void updateCharacterStream(int columnIndex,
Reader x)
throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateCharacterStream(String columnLabel, Reader x) throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateNCharacterStream(int columnIndex,
Reader x)
throws SQLException
updateNCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateNCharacterStream(String columnLabel, Reader x) throws SQLException
updateNCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateNCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
updateNCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateNCharacterStream(String columnLabel, Reader x, long length) throws SQLException
updateNCharacterStream 在接口中 ResultSetSQLExceptionpublic final void updateObject(int columnIndex,
Object x)
throws SQLException
updateObject 在接口中 ResultSetSQLExceptionpublic final void updateObject(String columnLabel, Object x) throws SQLException
updateObject 在接口中 ResultSetSQLExceptionpublic final void updateObject(int columnIndex,
Object x,
int scaleOrLength)
throws SQLException
updateObject 在接口中 ResultSetSQLExceptionpublic final void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException
updateObject 在接口中 ResultSetSQLExceptionpublic final void updateRef(int columnIndex,
Ref x)
throws SQLException
updateRef 在接口中 ResultSetSQLExceptionpublic final void updateRef(String columnLabel, Ref x) throws SQLException
updateRef 在接口中 ResultSetSQLExceptionpublic final void updateBlob(int columnIndex,
Blob x)
throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic final void updateBlob(String columnLabel, Blob x) throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic final void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic final void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic final void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic final void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic final void updateClob(int columnIndex,
Clob x)
throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic final void updateClob(String columnLabel, Clob x) throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic final void updateClob(int columnIndex,
Reader reader)
throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic final void updateClob(String columnLabel, Reader reader) throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic final void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic final void updateClob(String columnLabel, Reader reader, long length) throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic final void updateNClob(int columnIndex,
NClob nClob)
throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic final void updateNClob(String columnLabel, NClob nClob) throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic final void updateNClob(int columnIndex,
Reader reader)
throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic final void updateNClob(String columnLabel, Reader reader) throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic final void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic final void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic final void updateArray(int columnIndex,
Array x)
throws SQLException
updateArray 在接口中 ResultSetSQLExceptionpublic final void updateArray(String columnLabel, Array x) throws SQLException
updateArray 在接口中 ResultSetSQLExceptionpublic final void updateRowId(int columnIndex,
RowId x)
throws SQLException
updateRowId 在接口中 ResultSetSQLExceptionpublic final void updateRowId(String columnLabel, RowId x) throws SQLException
updateRowId 在接口中 ResultSetSQLExceptionpublic final void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLException
updateSQLXML 在接口中 ResultSetSQLExceptionpublic final void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
updateSQLXML 在接口中 ResultSetSQLExceptionCopyright © 2017. All rights reserved.