| 限定符和类型 | 字段和说明 |
|---|---|
protected Connection |
conn |
protected String |
dSource
数据源名称
|
protected Field[] |
filed
下面变量用于存放从RESULTSET中取得的数据
|
protected boolean |
isClose
RowSet 对象连接是否开启(为true时,连接断开,否则连接建立)
|
protected boolean |
isReadOnly
RowSet 对象的只读性
|
protected int |
maxFieldSize
返回中列的最大字节数
|
protected int |
maxRows
返回ResultSet对象可以包含的最大行数
|
protected ParamList |
pList |
protected PreparedStatement |
pstm |
protected int |
queryTimeOut
返回驱动程序等待语句执行的最大秒数
|
protected RowData |
rowData |
protected Statement |
stm |
protected int |
transactionIsolation
RowSet 对象的事务隔离级别
|
catalog, columnNameToIndex, connection, currentRow, cursorHasMoreRows, fields, fullColumnNameToIndex, hasBuiltIndexMapping, isClosed, resRowData, rsCurIndex, rsIsOver, statement, statementWrapp, wasNullFlag| 构造器和说明 |
|---|
RowSet(Connection con) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
absolute(int row)
(non-Javadoc)
|
void |
addRowSetListener(RowSetListener listener) |
void |
afterLast()
(non-Javadoc)
|
void |
beforeFirst()
(non-Javadoc)
|
void |
cancelRowUpdates()
(non-Javadoc)
|
void |
clearParameters() |
void |
clearWarnings()
(non-Javadoc)
|
void |
close()
(non-Javadoc)
|
void |
deleteRow()
(non-Javadoc)
|
void |
execute() |
int |
findColumn(String columnLabel)
(non-Javadoc)
|
boolean |
first()
(non-Javadoc)
|
String |
getCommand()
(non-Javadoc)
|
int |
getConcurrency()
(non-Javadoc)
|
String |
getCursorName()
(non-Javadoc)
|
String |
getDataSourceName()
将此 RowSet 对象的数据源名称属性设置为给定的 String。
|
boolean |
getEscapeProcessing()
获取是否为此 RowSet 对象启用转义处理。
|
int |
getFetchDirection()
(non-Javadoc)
|
int |
getFetchSize()
(non-Javadoc)
|
int |
getHoldability()
(non-Javadoc)
|
int |
getMaxFieldSize()
获取可以为此RowSet对象中的字符和二进制列值返回的最大字节数。
|
int |
getMaxRows()
获取由此RowSet对象可以包含的最大行数。
|
ResultSetMetaData |
getMetaData()
(non-Javadoc)
|
Object |
getObject(String arg0,
Map<String,Class<?>> arg1) |
String |
getPassword()
获取用于创建数据库连接的密码。
|
int |
getQueryTimeout()
获取驱动程序等待语句执行的最大秒数。
|
int |
getRow()
(non-Javadoc)
|
int |
getTransactionIsolation()
获取为此 RowSet 对象设置的事务隔离级别。
|
int |
getType()
(non-Javadoc)
|
Map |
getTypeMap()
jre1.4.2
|
String |
getUrl()
如果此 RowSet 对象使用 DriverManager 而非 DataSource 对象建立连接,则获取创建连接时将使用的 url 属性.
|
URL |
getURL(int columnIndex)
(non-Javadoc)
|
URL |
getURL(String columnLabel)
(non-Javadoc)
|
String |
getUsername()
获取用于创建此 RowSet 对象的数据库连接的用户名。
|
SQLWarning |
getWarnings()
(non-Javadoc)
|
void |
insertRow()
(non-Javadoc)
|
boolean |
isAfterLast()
(non-Javadoc)
|
boolean |
isBeforeFirst()
(non-Javadoc)
|
boolean |
isClosed()
(non-Javadoc)
|
boolean |
isFirst()
(non-Javadoc)
|
boolean |
isLast()
(non-Javadoc)
|
boolean |
isReadOnly()
获取此 RowSet 对象是否是只读的。
|
boolean |
isWrapperFor(Class iface)
(non-Javadoc)
|
boolean |
last()
(non-Javadoc)
|
void |
moveToCurrentRow()
(non-Javadoc)
|
void |
moveToInsertRow()
(non-Javadoc)
|
boolean |
next()
(non-Javadoc)
|
boolean |
previous()
(non-Javadoc)
|
void |
refreshRow()
(non-Javadoc)
|
boolean |
relative(int rows)
(non-Javadoc)
|
void |
removeRowSetListener(RowSetListener listener)
(non-Javadoc)
|
boolean |
rowDeleted()
(non-Javadoc)
|
boolean |
rowInserted()
(non-Javadoc)
|
boolean |
rowUpdated()
(non-Javadoc)
|
void |
setArray(int i,
Array x)
使用给定 Array 值设置此 RowSet 对象命令中的指定参数
|
void |
setAsciiStream(int parameterIndex,
InputStream x)
将此 RowSet 对象命令中的指定参数设置为给定输入流。
|
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length)
将此 RowSet 对象命令中的指定参数设置为给定的 java.io.InputStream 值和长度。
|
void |
setAsciiStream(String parameterName,
InputStream x)
将指定参数名的参数设置为给定输入流。
|
void |
setAsciiStream(String parameterName,
InputStream x,
int length)
(non-Javadoc)
|
void |
setBigDecimal(int parameterIndex,
BigDecimal x)
将此 RowSet 对象命令中的指定参数设置为给定的 java.math.BigDeciaml 值。
|
void |
setBigDecimal(String parameterName,
BigDecimal x)
(non-Javadoc)
|
void |
setBinaryStream(int parameterIndex,
InputStream x)
将此 RowSet 对象命令中的指定参数设置为给定输入流。
|
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length)
将此 RowSet 对象命令中的指定参数设置为给定输入流。
|
void |
setBinaryStream(String parameterName,
InputStream x)
(non-Javadoc)
|
void |
setBinaryStream(String parameterName,
InputStream x,
int length)
(non-Javadoc)
|
void |
setBlob(int i,
Blob x)
使用给定 Blob 值设置此 RowSet 对象命令中的指定参数。
|
void |
setBlob(int parameterIndex,
InputStream inputStream)
使用给定 Blob 值设置此 RowSet 对象命令中的 InputStream 对象。
|
void |
setBlob(int parameterIndex,
InputStream inputStream,
long length)
使用给定 Blob 值设置此 RowSet 对象命令中的 InputStream 对象。
|
void |
setBlob(String parameterName,
Blob x)
(non-Javadoc)
|
void |
setBlob(String parameterName,
InputStream inputStream)
(non-Javadoc)
|
void |
setBlob(String parameterName,
InputStream inputStream,
long length)
(non-Javadoc)
|
void |
setBoolean(int parameterIndex,
boolean x)
将此 RowSet 对象命令中的指定参数设置为给定的 Java boolean 值。
|
void |
setBoolean(String parameterName,
boolean x)
(non-Javadoc)
|
void |
setByte(int parameterIndex,
byte x)
将此 RowSet 对象命令中的指定参数设置为给定的 Java byte 值。
|
void |
setByte(String parameterName,
byte x)
(non-Javadoc)
|
void |
setBytes(int parameterIndex,
byte[] x)
将此 RowSet 对象命令中的指定参数设置为给定的 Java byte 值数组。
|
void |
setBytes(String parameterName,
byte[] x)
(non-Javadoc)
|
void |
setCharacterStream(int parameterIndex,
Reader reader)
将此 RowSet 对象命令中的指定参数设置为给定 Reader 对象。
|
void |
setCharacterStream(int parameterIndex,
Reader reader,
int length)
将此 RowSet 对象命令中的指定参数设置为给定的 java.io.Reader 值。
|
void |
setCharacterStream(String parameterName,
Reader reader)
(non-Javadoc)
|
void |
setCharacterStream(String parameterName,
Reader reader,
int length)
(non-Javadoc)
|
void |
setClob(int i,
Clob x)
使用给定 Clob 值设置此 RowSet 对象命令中的指定参数。
|
void |
setClob(int parameterIndex,
Reader reader)
将指定参数设置为 Reader 对象。
|
void |
setClob(int parameterIndex,
Reader reader,
long length)
将指定参数设置为 Reader 对象。
|
void |
setClob(String parameterName,
Clob x)
(non-Javadoc)
|
void |
setClob(String parameterName,
Reader reader)
(non-Javadoc)
|
void |
setClob(String parameterName,
Reader reader,
long length)
(non-Javadoc)
|
void |
setCommand(String cmd)
将此 RowSet 对象的命令属性设置为给定的 SQL 查询。
|
void |
setConcurrency(int concurrency)
将此 RowSet 对象的并发性设置为给定的并发级别。
|
void |
setDataSourceName(String name)
(non-Javadoc)
|
void |
setDate(int parameterIndex,
Date x)
将此 RowSet 对象命令中的指定参数设置为给定的 java.sql.Date 值。
|
void |
setDate(int parameterIndex,
Date x,
Calendar cal)
使用给定 java.sql.Date 值设置此 RowSet 对象命令中的指定参数。
|
void |
setDate(String parameterName,
Date x)
(non-Javadoc)
|
void |
setDate(String parameterName,
Date x,
Calendar cal)
(non-Javadoc)
|
void |
setDouble(int parameterIndex,
double x)
将此 RowSet 对象命令中的指定参数设置为给定的 Java double 值。
|
void |
setDouble(String parameterName,
double x)
(non-Javadoc)
|
void |
setEscapeProcessing(boolean enable)
将此 RowSet 对象的转义处理设置为开或关。
|
void |
setFetchDirection(int direction)
(non-Javadoc)
|
void |
setFetchSize(int rows)
(non-Javadoc)
|
void |
setFloat(int parameterIndex,
float x)
将指定参数设置为给定 Java Float 值
|
void |
setFloat(String parameterName,
float x)
将指定参数设置为给定 Java Float 值
由于PreparedStatement对数字型数据没有根据参数名字设置值的,所以需要重新编写方法
|
void |
setInt(int parameterIndex,
int x)
将指定参数设置为给定 Java int 值。
|
void |
setInt(String parameterName,
int x)
将指定参数设置为给定 Java int 值。
|
void |
setLong(int parameterIndex,
long x)
将指定参数设置为给定 Java long 值。
|
void |
setLong(String parameterName,
long x)
将指定参数设置为给定 Java long 值。
|
void |
setMaxFieldSize(int max)
将可以对列值返回的最大字节数设置为给定的字节数。
|
void |
setMaxRows(int max)
将此 RowSet 对象可以包含的最大行数设置为指定数。
|
void |
setNCharacterStream(int parameterIndex,
Reader value)
将此 RowSet 对象命令中的指定参数设置为 Reader 对象。
|
void |
setNCharacterStream(int parameterIndex,
Reader value,
long length)
将指定参数设置为 Reader 对象。
|
void |
setNCharacterStream(String parameterName,
Reader value)
(non-Javadoc)
|
void |
setNCharacterStream(String parameterName,
Reader value,
long length)
(
non-Javadoc)
|
void |
setNClob(int parameterIndex,
NClob value)
(non-Javadoc)
|
void |
setNClob(int parameterIndex,
Reader reader)
(non-Javadoc)
|
void |
setNClob(int parameterIndex,
Reader reader,
long length)
(non-Javadoc)
|
void |
setNClob(String parameterName,
NClob value) |
void |
setNClob(String parameterName,
Reader reader)
(non-Javadoc)
|
void |
setNClob(String parameterName,
Reader reader,
long length)
(non-Javadoc)
|
void |
setNString(int parameterIndex,
String value)
(non-Javadoc)
|
void |
setNString(String parameterName,
String value)
(non-Javadoc)
|
void |
setNull(int parameterIndex,
int sqlType)
(non-Javadoc)
|
void |
setNull(int paramIndex,
int sqlType,
String typeName)
(non-Javadoc)
|
void |
setNull(String parameterName,
int sqlType)
(non-Javadoc)
|
void |
setNull(String parameterName,
int sqlType,
String typeName)
(non-Javadoc)
|
void |
setObject(int parameterIndex,
Object x)
(non-Javadoc)
|
void |
setObject(int parameterIndex,
Object x,
int targetSqlType)
(non-Javadoc)
|
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
(non-Javadoc)
|
void |
setObject(String parameterName,
Object x)
(non-Javadoc)
|
void |
setObject(String parameterName,
Object x,
int targetSqlType)
(non-Javadoc)
|
void |
setObject(String parameterName,
Object x,
int targetSqlType,
int scale)
(non-Javadoc)
|
void |
setPassword(String password)
(non-Javadoc)
|
void |
setQueryTimeout(int seconds)
将驱动程序等待语句执行的最大秒数设置为给定的秒数。
|
void |
setReadOnly(boolean value)
将此 RowSet 对象的只读性设置为给定的 boolean 值。
|
void |
setRef(int i,
Ref x)
(non-Javadoc)
|
void |
setRowId(int parameterIndex,
RowId x)
(non-Javadoc)
|
void |
setRowId(String parameterName,
RowId x)
(non-Javadoc)
|
void |
setShort(int parameterIndex,
short x)
(non-Javadoc)
|
void |
setShort(String parameterName,
short x)
(non-Javadoc)
|
void |
setSQLXML(int parameterIndex,
SQLXML xmlObject)
(non-Javadoc)
|
void |
setSQLXML(String parameterName,
SQLXML xmlObject)
(non-Javadoc)
|
void |
setString(int parameterIndex,
String x)
(non-Javadoc)
|
void |
setString(String parameterName,
String x)
(non-Javadoc)
|
void |
setTime(int parameterIndex,
Time x)
(non-Javadoc)
|
void |
setTime(int parameterIndex,
Time x,
Calendar cal)
(non-Javadoc)
|
void |
setTime(String parameterName,
Time x)
(non-Javadoc)
|
void |
setTime(String parameterName,
Time x,
Calendar cal)
(non-Javadoc)
|
void |
setTimestamp(int parameterIndex,
Timestamp x)
(non-Javadoc)
|
void |
setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
(non-Javadoc)
|
void |
setTimestamp(String parameterName,
Timestamp x)
(non-Javadoc)
|
void |
setTimestamp(String parameterName,
Timestamp x,
Calendar cal)
(non-Javadoc)
|
void |
setTransactionIsolation(int level)
(non-Javadoc)
|
void |
setType(int type)
(non-Javadoc)
|
void |
setTypeMap(Map<String,Class<?>> arg0) |
void |
setURL(int parameterIndex,
URL x)
(non-Javadoc)
|
void |
setUrl(String url)
(non-Javadoc)
|
void |
setUsername(String name)
(non-Javadoc)
|
<T> T |
unwrap(Class<T> arg0) |
void |
updateAsciiStream(int columnIndex,
InputStream x)
(non-Javadoc)
|
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length)
(non-Javadoc)
|
void |
updateAsciiStream(int columnIndex,
InputStream x,
long length)
(non-Javadoc)
|
void |
updateAsciiStream(String columnLabel,
InputStream x)
(non-Javadoc)
|
void |
updateAsciiStream(String columnLabel,
InputStream x,
int length)
(non-Javadoc)
|
void |
updateAsciiStream(String columnLabel,
InputStream x,
long length)
(non-Javadoc)
|
void |
updateBigDecimal(int columnIndex,
BigDecimal x)
(non-Javadoc)
|
void |
updateBigDecimal(String columnLabel,
BigDecimal x)
(non-Javadoc)
|
void |
updateBinaryStream(int columnIndex,
InputStream x)
(non-Javadoc)
|
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length)
(non-Javadoc)
|
void |
updateBinaryStream(int columnIndex,
InputStream x,
long length)
(non-Javadoc)
|
void |
updateBinaryStream(String columnLabel,
InputStream x)
(non-Javadoc)
|
void |
updateBinaryStream(String columnLabel,
InputStream x,
int length)
Updates the designated column with a binary stream value.
|
void |
updateBinaryStream(String columnLabel,
InputStream x,
long length)
(non-Javadoc)
|
void |
updateBlob(int columnIndex,
Blob x)
(non-Javadoc)
|
void |
updateBlob(int columnIndex,
InputStream inputStream)
(non-Javadoc)
|
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length)
(non-Javadoc)
|
void |
updateBlob(String columnLabel,
Blob x)
(non-Javadoc)
|
void |
updateBlob(String columnLabel,
InputStream inputStream)
(non-Javadoc)
|
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length)
(non-Javadoc)
|
void |
updateBoolean(int columnIndex,
boolean x)
(non-Javadoc)
|
void |
updateBoolean(String columnLabel,
boolean x)
(non-Javadoc)
|
void |
updateByte(int columnIndex,
byte x)
(non-Javadoc)
|
void |
updateByte(String columnLabel,
byte x)
(non-Javadoc)
|
void |
updateBytes(int columnIndex,
byte[] x)
(non-Javadoc)
|
void |
updateBytes(String columnLabel,
byte[] x)
(non-Javadoc)
|
void |
updateCharacterStream(int columnIndex,
Reader x)
(non-Javadoc)
|
void |
updateCharacterStream(int columnIndex,
Reader x,
int length)
(non-Javadoc)
|
void |
updateCharacterStream(int columnIndex,
Reader x,
long length)
(non-Javadoc)
|
void |
updateCharacterStream(String columnLabel,
Reader reader)
(non-Javadoc)
|
void |
updateCharacterStream(String columnLabel,
Reader reader,
int length)
(non-Javadoc)
|
void |
updateCharacterStream(String columnLabel,
Reader reader,
long length)
(non-Javadoc)
|
void |
updateClob(int columnIndex,
Clob x)
(non-Javadoc)
|
void |
updateClob(int columnIndex,
Reader reader)
(non-Javadoc)
|
void |
updateClob(int columnIndex,
Reader reader,
long length)
(non-Javadoc)
|
void |
updateClob(String columnLabel,
Clob x)
(non-Javadoc)
|
void |
updateClob(String columnLabel,
Reader reader)
(non-Javadoc)
|
void |
updateClob(String columnLabel,
Reader reader,
long length)
(non-Javadoc)
|
void |
updateDate(int columnIndex,
Date x)
(non-Javadoc)
|
void |
updateDate(String columnLabel,
Date x)
(non-Javadoc)
|
void |
updateDouble(int columnIndex,
double x)
(non-Javadoc)
|
void |
updateDouble(String columnLabel,
double x)
(non-Javadoc)
|
void |
updateFloat(int columnIndex,
float x)
(non-Javadoc)
|
void |
updateFloat(String columnLabel,
float x)
(non-Javadoc)
|
void |
updateInt(int columnIndex,
int x)
(non-Javadoc)
|
void |
updateInt(String columnLabel,
int x)
(non-Javadoc)
|
void |
updateLong(int columnIndex,
long x)
(non-Javadoc)
|
void |
updateLong(String columnLabel,
long x)
(non-Javadoc)
|
void |
updateNCharacterStream(int columnIndex,
Reader x)
(non-Javadoc)
|
void |
updateNCharacterStream(int columnIndex,
Reader x,
long length)
(non-Javadoc)
|
void |
updateNCharacterStream(String columnLabel,
Reader reader)
(non-Javadoc)
|
void |
updateNCharacterStream(String columnLabel,
Reader reader,
long length)
(non-Javadoc)
|
void |
updateNClob(int columnIndex,
NClob nClob)
(non-Javadoc)
|
void |
updateNClob(int columnIndex,
Reader reader)
(non-Javadoc)
|
void |
updateNClob(int columnIndex,
Reader reader,
long length)
(non-Javadoc)
|
void |
updateNClob(String columnLabel,
NClob nClob)
(non-Javadoc)
|
void |
updateNClob(String columnLabel,
Reader reader)
(non-Javadoc)
|
void |
updateNClob(String columnLabel,
Reader reader,
long length)
(non-Javadoc)
|
void |
updateNString(int columnIndex,
String nString)
(non-Javadoc)
|
void |
updateNString(String columnLabel,
String nString)
(non-Javadoc)
|
void |
updateNull(int columnIndex)
(non-Javadoc)
|
void |
updateNull(String columnLabel)
(non-Javadoc)
|
void |
updateObject(int columnIndex,
Object x)
(non-Javadoc)
|
void |
updateObject(int columnIndex,
Object x,
int scaleOrLength)
(non-Javadoc)
|
void |
updateObject(String columnLabel,
Object x)
(non-Javadoc)
|
void |
updateObject(String columnLabel,
Object x,
int scaleOrLength)
(non-Javadoc)
|
void |
updateRef(int columnIndex,
Ref x)
(non-Javadoc)
|
void |
updateRef(String columnLabel,
Ref x)
(non-Javadoc)
|
void |
updateRow()
(non-Javadoc)
|
void |
updateRowId(int columnIndex,
RowId x)
(non-Javadoc)
|
void |
updateRowId(String columnLabel,
RowId x)
(non-Javadoc)
|
void |
updateShort(int columnIndex,
short x)
(non-Javadoc)
|
void |
updateShort(String columnLabel,
short x)
(non-Javadoc)
|
void |
updateSQLXML(int columnIndex,
SQLXML xmlObject)
(non-Javadoc)
|
void |
updateSQLXML(String columnLabel,
SQLXML xmlObject)
(non-Javadoc)
|
void |
updateString(int columnIndex,
String x)
(non-Javadoc)
|
void |
updateString(String columnLabel,
String x)
(non-Javadoc)
|
void |
updateTime(int columnIndex,
Time x)
(non-Javadoc)
|
void |
updateTime(String columnLabel,
Time x)
(non-Javadoc)
|
void |
updateTimestamp(int columnIndex,
Timestamp x)
(non-Javadoc)
|
void |
updateTimestamp(String columnLabel,
Timestamp x)
(non-Javadoc)
|
boolean |
wasNull()
(non-Javadoc)
|
bitToString, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getCur_num, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getGeometry, getInt, getInt, getInterval, getInterval, getLocalDatetime, getLong, getLong, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRowCount, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, hasMoreRows, isCursor, isCursorHasMoreRows, isDate, isTime, isTimestamp, next, rowdataCapacity, rowdataSize, setCursorHasMoreRows, setWrapperStatement, updateArray, updateArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, updateArray, updateArray, updateObject, updateObject, updateObject, updateObjectprotected Connection conn
protected Statement stm
protected PreparedStatement pstm
protected ParamList pList
protected String dSource
protected int maxFieldSize
protected int maxRows
protected int queryTimeOut
protected int transactionIsolation
protected boolean isReadOnly
protected boolean isClose
protected Field[] filed
protected RowData rowData
public RowSet(Connection con)
public void addRowSetListener(RowSetListener listener)
addRowSetListener 在接口中 RowSetpublic void clearParameters()
throws SQLException
clearParameters 在接口中 RowSetSQLExceptionpublic void execute()
throws SQLException
execute 在接口中 RowSetSQLExceptionpublic String getCommand()
getCommand 在接口中 RowSetRowSet.getCommand()public String getDataSourceName()
getDataSourceName 在接口中 RowSetRowSet.getDataSourceName()public boolean getEscapeProcessing()
throws SQLException
getEscapeProcessing 在接口中 RowSetSQLExceptionRowSet.getEscapeProcessing()public int getMaxFieldSize()
throws SQLException
getMaxFieldSize 在接口中 RowSetSQLExceptionRowSet.getMaxFieldSize()public int getMaxRows()
throws SQLException
getMaxRows 在接口中 RowSetSQLExceptionRowSet.getMaxRows()public String getPassword()
getPassword 在接口中 RowSetRowSet.getPassword()public int getQueryTimeout()
throws SQLException
getQueryTimeout 在接口中 RowSetSQLExceptionRowSet.getQueryTimeout()public int getTransactionIsolation()
getTransactionIsolation 在接口中 RowSetRowSet.getTransactionIsolation()public Map getTypeMap() throws SQLException
getTypeMap 在接口中 RowSetSQLExceptionpublic String getUrl() throws SQLException
getUrl 在接口中 RowSetSQLExceptionRowSet.getUrl()public String getUsername()
getUsername 在接口中 RowSetRowSet.getUsername()public boolean isReadOnly()
isReadOnly 在接口中 RowSetRowSet.isReadOnly()public void removeRowSetListener(RowSetListener listener)
public void setArray(int i,
Array x)
setArray 在接口中 RowSetRowSet.setArray(int, java.sql.Array)public void setAsciiStream(int parameterIndex,
InputStream x)
throws SQLException
setAsciiStream 在接口中 RowSetSQLExceptionRowSet.setAsciiStream(int, java.io.InputStream)public void setAsciiStream(String parameterName, InputStream x) throws SQLException
setAsciiStream 在接口中 RowSetSQLExceptionRowSet.setAsciiStream(java.lang.String, java.io.InputStream)public void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setAsciiStream 在接口中 RowSetSQLExceptionRowSet.setAsciiStream(int, java.io.InputStream, int)public void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
public void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
setBigDecimal 在接口中 RowSetSQLExceptionRowSet.setBigDecimal(int, java.math.BigDecimal)public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
setBigDecimal 在接口中 RowSetSQLExceptionRowSet.setBigDecimal(java.lang.String, java.math.BigDecimal)public void setBinaryStream(int parameterIndex,
InputStream x)
throws SQLException
setBinaryStream 在接口中 RowSetSQLExceptionRowSet.setBinaryStream(int, java.io.InputStream)public void setBinaryStream(String parameterName, InputStream x) throws SQLException
public void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
setBinaryStream 在接口中 RowSetSQLExceptionRowSet.setBinaryStream(int, java.io.InputStream, int)public void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
public void setBlob(int i,
Blob x)
throws SQLException
setBlob 在接口中 RowSetSQLExceptionRowSet.setBlob(int, java.sql.Blob)public void setBlob(int parameterIndex,
InputStream inputStream)
throws SQLException
setBlob 在接口中 RowSetSQLExceptionRowSet.setBlob(int, java.io.InputStream)public void setBlob(String parameterName, Blob x) throws SQLException
setBlob 在接口中 RowSetSQLExceptionRowSet.setBlob(java.lang.String, java.sql.Blob)public void setBlob(String parameterName, InputStream inputStream) throws SQLException
setBlob 在接口中 RowSetSQLExceptionRowSet.setBlob(java.lang.String, java.io.InputStream)public void setBlob(int parameterIndex,
InputStream inputStream,
long length)
throws SQLException
setBlob 在接口中 RowSetSQLExceptionRowSet.setBlob(int, java.io.InputStream, long)public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
setBlob 在接口中 RowSetSQLExceptionRowSet.setBlob(java.lang.String, java.io.InputStream, long)public void setBoolean(int parameterIndex,
boolean x)
throws SQLException
setBoolean 在接口中 RowSetSQLExceptionRowSet.setBoolean(int, boolean)public void setBoolean(String parameterName, boolean x) throws SQLException
setBoolean 在接口中 RowSetSQLExceptionRowSet.setBoolean(java.lang.String, boolean)public void setByte(int parameterIndex,
byte x)
throws SQLException
setByte 在接口中 RowSetSQLExceptionRowSet.setByte(int, byte)public void setByte(String parameterName, byte x) throws SQLException
setByte 在接口中 RowSetSQLExceptionRowSet.setByte(java.lang.String, byte)public void setBytes(int parameterIndex,
byte[] x)
throws SQLException
setBytes 在接口中 RowSetSQLExceptionRowSet.setBytes(int, byte[])public void setBytes(String parameterName, byte[] x) throws SQLException
setBytes 在接口中 RowSetSQLExceptionRowSet.setBytes(java.lang.String, byte[])public void setCharacterStream(int parameterIndex,
Reader reader)
throws SQLException
setCharacterStream 在接口中 RowSetSQLExceptionRowSet.setCharacterStream(int, java.io.Reader)public void setCharacterStream(String parameterName, Reader reader) throws SQLException
public void setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws SQLException
setCharacterStream 在接口中 RowSetSQLExceptionRowSet.setCharacterStream(int, java.io.Reader, int)public void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
public void setClob(int i,
Clob x)
throws SQLException
setClob 在接口中 RowSetSQLExceptionRowSet.setClob(int, java.sql.Clob)public void setClob(int parameterIndex,
Reader reader)
throws SQLException
setClob 在接口中 RowSetSQLExceptionRowSet.setClob(int, java.io.Reader)public void setClob(String parameterName, Clob x) throws SQLException
setClob 在接口中 RowSetSQLExceptionRowSet.setClob(java.lang.String, java.sql.Clob)public void setClob(String parameterName, Reader reader) throws SQLException
setClob 在接口中 RowSetSQLExceptionRowSet.setClob(java.lang.String, java.io.Reader)public void setClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
setClob 在接口中 RowSetSQLExceptionRowSet.setClob(int, java.io.Reader, long)public void setClob(String parameterName, Reader reader, long length) throws SQLException
setClob 在接口中 RowSetSQLExceptionRowSet.setClob(java.lang.String, java.io.Reader, long)public void setCommand(String cmd) throws SQLException
setCommand 在接口中 RowSetSQLExceptionRowSet.setCommand(java.lang.String)public void setConcurrency(int concurrency)
throws SQLException
setConcurrency 在接口中 RowSetSQLExceptionRowSet.setConcurrency(int)public void setDataSourceName(String name) throws SQLException
setDataSourceName 在接口中 RowSetSQLExceptionRowSet.setDataSourceName(java.lang.String)public void setDate(int parameterIndex,
Date x)
throws SQLException
setDate 在接口中 RowSetSQLExceptionRowSet.setDate(int, java.sql.Date)public void setDate(String parameterName, Date x) throws SQLException
setDate 在接口中 RowSetSQLExceptionRowSet.setDate(java.lang.String, java.sql.Date)public void setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
setDate 在接口中 RowSetSQLExceptionRowSet.setDate(int, java.sql.Date, java.util.Calendar)public void setDate(String parameterName, Date x, Calendar cal) throws SQLException
setDate 在接口中 RowSetSQLExceptionRowSet.setDate(java.lang.String, java.sql.Date, java.util.Calendar)public void setDouble(int parameterIndex,
double x)
throws SQLException
setDouble 在接口中 RowSetSQLExceptionRowSet.setDouble(int, double)public void setDouble(String parameterName, double x) throws SQLException
setDouble 在接口中 RowSetSQLExceptionRowSet.setDouble(java.lang.String, double)public void setEscapeProcessing(boolean enable)
throws SQLException
setEscapeProcessing 在接口中 RowSetSQLExceptionRowSet.setEscapeProcessing(boolean)public void setFloat(int parameterIndex,
float x)
throws SQLException
setFloat 在接口中 RowSetSQLExceptionRowSet.setFloat(int, float)public void setFloat(String parameterName, float x) throws SQLException
setFloat 在接口中 RowSetSQLExceptionRowSet.setFloat(java.lang.String, float)public void setInt(int parameterIndex,
int x)
throws SQLException
setInt 在接口中 RowSetSQLExceptionRowSet.setInt(int, int)public void setInt(String parameterName, int x) throws SQLException
setInt 在接口中 RowSetSQLExceptionRowSet.setInt(java.lang.String, int)public void setLong(int parameterIndex,
long x)
throws SQLException
setLong 在接口中 RowSetSQLExceptionRowSet.setLong(int, long)public void setLong(String parameterName, long x) throws SQLException
setLong 在接口中 RowSetSQLExceptionRowSet.setLong(java.lang.String, long)public void setMaxFieldSize(int max)
throws SQLException
setMaxFieldSize 在接口中 RowSetSQLExceptionRowSet.setMaxFieldSize(int)public void setMaxRows(int max)
throws SQLException
setMaxRows 在接口中 RowSetSQLExceptionRowSet.setMaxRows(int)public void setNCharacterStream(int parameterIndex,
Reader value)
throws SQLException
setNCharacterStream 在接口中 RowSetSQLExceptionRowSet.setNCharacterStream(int, java.io.Reader)public void setNCharacterStream(String parameterName, Reader value) throws SQLException
public void setNCharacterStream(int parameterIndex,
Reader value,
long length)
throws SQLException
setNCharacterStream 在接口中 RowSetSQLExceptionRowSet.setNCharacterStream(int, java.io.Reader, long)public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException
public void setNClob(String parameterName, Reader reader) throws SQLException
setNClob 在接口中 RowSetSQLExceptionRowSet.setNClob(java.lang.String, java.io.Reader)public void setNClob(int parameterIndex,
NClob value)
throws SQLException
setNClob 在接口中 RowSetSQLExceptionRowSet.setNClob(int, java.sql.NClob)public void setNClob(String parameterName, NClob value) throws SQLException
setNClob 在接口中 RowSetSQLExceptionpublic void setNClob(int parameterIndex,
Reader reader)
throws SQLException
setNClob 在接口中 RowSetSQLExceptionRowSet.setNClob(int, java.io.Reader)public void setNClob(String parameterName, Reader reader, long length) throws SQLException
setNClob 在接口中 RowSetSQLExceptionRowSet.setNClob(java.lang.String, java.io.Reader, long)public void setNClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
setNClob 在接口中 RowSetSQLExceptionRowSet.setNClob(int, java.io.Reader, long)public void setNString(int parameterIndex,
String value)
throws SQLException
setNString 在接口中 RowSetSQLExceptionRowSet.setNString(int, java.lang.String)public void setNString(String parameterName, String value) throws SQLException
setNString 在接口中 RowSetSQLExceptionRowSet.setNString(java.lang.String, java.lang.String)public void setNull(int parameterIndex,
int sqlType)
throws SQLException
setNull 在接口中 RowSetSQLExceptionRowSet.setNull(int, int)public void setNull(String parameterName, int sqlType) throws SQLException
setNull 在接口中 RowSetSQLExceptionRowSet.setNull(java.lang.String, int)public void setNull(int paramIndex,
int sqlType,
String typeName)
throws SQLException
setNull 在接口中 RowSetSQLExceptionRowSet.setNull(int, int, java.lang.String)public void setNull(String parameterName, int sqlType, String typeName) throws SQLException
setNull 在接口中 RowSetSQLExceptionRowSet.setNull(java.lang.String, int, java.lang.String)public void setObject(String parameterName, Object x) throws SQLException
setObject 在接口中 RowSetSQLExceptionRowSet.setObject(java.lang.String, java.lang.Object)public void setObject(int parameterIndex,
Object x)
throws SQLException
setObject 在接口中 RowSetSQLExceptionRowSet.setObject(int, java.lang.Object)public void setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
setObject 在接口中 RowSetSQLExceptionRowSet.setObject(int, java.lang.Object, int)public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
setObject 在接口中 RowSetSQLExceptionRowSet.setObject(java.lang.String, java.lang.Object, int)public void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
throws SQLException
setObject 在接口中 RowSetSQLExceptionRowSet.setObject(int, java.lang.Object, int, int)public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
setObject 在接口中 RowSetSQLExceptionRowSet.setObject(java.lang.String, java.lang.Object, int, int)public void setPassword(String password) throws SQLException
setPassword 在接口中 RowSetSQLExceptionRowSet.setPassword(java.lang.String)public void setQueryTimeout(int seconds)
throws SQLException
setQueryTimeout 在接口中 RowSetSQLExceptionRowSet.setQueryTimeout(int)public void setReadOnly(boolean value)
throws SQLException
setReadOnly 在接口中 RowSetSQLExceptionRowSet.setReadOnly(boolean)public void setRef(int i,
Ref x)
throws SQLException
setRef 在接口中 RowSetSQLExceptionRowSet.setRef(int, java.sql.Ref)public void setRowId(int parameterIndex,
RowId x)
throws SQLException
setRowId 在接口中 RowSetSQLExceptionRowSet.setRowId(int, java.sql.RowId)public void setRowId(String parameterName, RowId x) throws SQLException
setRowId 在接口中 RowSetSQLExceptionRowSet.setRowId(java.lang.String, java.sql.RowId)public void setSQLXML(int parameterIndex,
SQLXML xmlObject)
throws SQLException
setSQLXML 在接口中 RowSetSQLExceptionRowSet.setSQLXML(int, java.sql.SQLXML)public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException
setSQLXML 在接口中 RowSetSQLExceptionRowSet.setSQLXML(java.lang.String, java.sql.SQLXML)public void setShort(int parameterIndex,
short x)
throws SQLException
setShort 在接口中 RowSetSQLExceptionRowSet.setShort(int, short)public void setShort(String parameterName, short x) throws SQLException
setShort 在接口中 RowSetSQLExceptionRowSet.setShort(java.lang.String, short)public void setString(int parameterIndex,
String x)
throws SQLException
setString 在接口中 RowSetSQLExceptionRowSet.setString(int, java.lang.String)public void setString(String parameterName, String x) throws SQLException
setString 在接口中 RowSetSQLExceptionRowSet.setString(java.lang.String, java.lang.String)public void setTime(int parameterIndex,
Time x)
throws SQLException
setTime 在接口中 RowSetSQLExceptionRowSet.setTime(int, java.sql.Time)public void setTime(String parameterName, Time x) throws SQLException
setTime 在接口中 RowSetSQLExceptionRowSet.setTime(java.lang.String, java.sql.Time)public void setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
setTime 在接口中 RowSetSQLExceptionRowSet.setTime(int, java.sql.Time, java.util.Calendar)public void setTime(String parameterName, Time x, Calendar cal) throws SQLException
setTime 在接口中 RowSetSQLExceptionRowSet.setTime(java.lang.String, java.sql.Time, java.util.Calendar)public void setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
setTimestamp 在接口中 RowSetSQLExceptionRowSet.setTimestamp(int, java.sql.Timestamp)public void setTimestamp(String parameterName, Timestamp x) throws SQLException
setTimestamp 在接口中 RowSetSQLExceptionRowSet.setTimestamp(java.lang.String, java.sql.Timestamp)public void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
public void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
public void setTransactionIsolation(int level)
throws SQLException
setTransactionIsolation 在接口中 RowSetSQLExceptionRowSet.setTransactionIsolation(int)public void setType(int type)
throws SQLException
setType 在接口中 RowSetSQLExceptionRowSet.setType(int)public void setURL(int parameterIndex,
URL x)
throws SQLException
setURL 在接口中 RowSetSQLExceptionRowSet.setURL(int, java.net.URL)public void setUrl(String url) throws SQLException
setUrl 在接口中 RowSetSQLExceptionRowSet.setUrl(java.lang.String)public void setUsername(String name) throws SQLException
setUsername 在接口中 RowSetSQLExceptionRowSet.setUsername(java.lang.String)public boolean absolute(int row)
throws SQLException
absolute 在接口中 ResultSetabsolute 在类中 ResultSetSQLExceptionResultSet.absolute(int)public void afterLast()
throws SQLException
afterLast 在接口中 ResultSetafterLast 在类中 ResultSetSQLExceptionResultSet.afterLast()public void beforeFirst()
throws SQLException
beforeFirst 在接口中 ResultSetbeforeFirst 在类中 ResultSetSQLExceptionResultSet.beforeFirst()public void cancelRowUpdates()
throws SQLException
cancelRowUpdates 在接口中 ResultSetcancelRowUpdates 在类中 ResultSetSQLExceptionResultSet.cancelRowUpdates()public void clearWarnings()
throws SQLException
clearWarnings 在接口中 ResultSetclearWarnings 在类中 ResultSetSQLException - if a database access error occursResultSet.clearWarnings()public void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 ResultSetclose 在类中 ResultSetSQLExceptionResultSet.close()public void deleteRow()
throws SQLException
deleteRow 在接口中 ResultSetdeleteRow 在类中 ResultSetSQLExceptionResultSet.deleteRow()public int findColumn(String columnLabel) throws SQLException
findColumn 在接口中 ResultSetfindColumn 在类中 ResultSetSQLExceptionResultSet.findColumn(java.lang.String)public boolean first()
throws SQLException
first 在接口中 ResultSetfirst 在类中 ResultSetSQLExceptionResultSet.first()public int getConcurrency()
throws SQLException
getConcurrency 在接口中 ResultSetgetConcurrency 在类中 ResultSetSQLExceptionResultSet.getConcurrency()public String getCursorName() throws SQLException
getCursorName 在接口中 ResultSetgetCursorName 在类中 ResultSetResultSet object's cursorSQLException - if a database access error occursResultSet.getCursorName()public int getFetchDirection()
throws SQLException
getFetchDirection 在接口中 ResultSetgetFetchDirection 在类中 ResultSetResultSet objectSQLException - if a database access error occursResultSet.getFetchDirection()public int getFetchSize()
throws SQLException
getFetchSize 在接口中 ResultSetgetFetchSize 在类中 ResultSetResultSet objectSQLException - if a database access error occursResultSet.getFetchSize()public int getHoldability()
throws SQLException
getHoldability 在接口中 ResultSetgetHoldability 在类中 ResultSetSQLExceptionResultSet.getHoldability()public ResultSetMetaData getMetaData() throws SQLException
getMetaData 在接口中 ResultSetgetMetaData 在类中 ResultSetSQLExceptionResultSet.getMetaData()public int getRow()
throws SQLException
getRow 在接口中 ResultSetgetRow 在类中 ResultSetSQLExceptionResultSet.getRow()public int getType()
throws SQLException
getType 在接口中 ResultSetgetType 在类中 ResultSetResultSet.TYPE_FORWARD_ONLY,
ResultSet.TYPE_SCROLL_INSENSITIVE,
or ResultSet.TYPE_SCROLL_SENSITIVESQLException - if a database access error occursResultSet.getType()public URL getURL(int columnIndex) throws SQLException
getURL 在接口中 ResultSetgetURL 在类中 ResultSetcolumnIndex - the index of the column 1 is the first, 2 is the second,...java.net.URL object;
if the value is SQL NULL,
the value returned is null in the Java programming languageSQLException - if a database access error occurs,
or if a URL is malformedResultSet.getURL(int)public URL getURL(String columnLabel) throws SQLException
getURL 在接口中 ResultSetgetURL 在类中 ResultSetcolumnLabel - the SQL name of the columnjava.net.URL object;
if the value is SQL NULL,
the value returned is null in the Java programming languageSQLException - if a database access error occurs
or if a URL is malformedResultSet.getURL(java.lang.String)public SQLWarning getWarnings() throws SQLException
getWarnings 在接口中 ResultSetgetWarnings 在类中 ResultSetSQLWarning object reported or
null if there are noneSQLException - if a database access error occurs or this method is
called on a closed result setResultSet.getWarnings()public void insertRow()
throws SQLException
insertRow 在接口中 ResultSetinsertRow 在类中 ResultSetSQLExceptionResultSet.insertRow()public boolean isAfterLast()
throws SQLException
isAfterLast 在接口中 ResultSetisAfterLast 在类中 ResultSetSQLExceptionResultSet.isAfterLast()public boolean isBeforeFirst()
throws SQLException
isBeforeFirst 在接口中 ResultSetisBeforeFirst 在类中 ResultSetSQLExceptionResultSet.isBeforeFirst()public boolean isClosed()
throws SQLException
isClosed 在接口中 ResultSetisClosed 在类中 ResultSetSQLExceptionResultSet.isClosed()public boolean isFirst()
throws SQLException
isFirst 在接口中 ResultSetisFirst 在类中 ResultSetSQLExceptionResultSet.isFirst()public boolean isLast()
throws SQLException
isLast 在接口中 ResultSetisLast 在类中 ResultSetSQLExceptionResultSet.isLast()public boolean last()
throws SQLException
last 在接口中 ResultSetlast 在类中 ResultSetSQLExceptionResultSet.last()public void moveToCurrentRow()
throws SQLException
moveToCurrentRow 在接口中 ResultSetmoveToCurrentRow 在类中 ResultSetSQLExceptionResultSet.moveToCurrentRow()public void moveToInsertRow()
throws SQLException
moveToInsertRow 在接口中 ResultSetmoveToInsertRow 在类中 ResultSetSQLExceptionResultSet.moveToInsertRow()public boolean next()
throws SQLException
next 在接口中 ResultSetnext 在类中 ResultSetSQLExceptionResultSet.next()public boolean previous()
throws SQLException
previous 在接口中 ResultSetprevious 在类中 ResultSetSQLExceptionResultSet.previous()public void refreshRow()
throws SQLException
refreshRow 在接口中 ResultSetrefreshRow 在类中 ResultSetSQLExceptionResultSet.refreshRow()public boolean relative(int rows)
throws SQLException
relative 在接口中 ResultSetrelative 在类中 ResultSetSQLExceptionResultSet.relative(int)public boolean rowDeleted()
throws SQLException
rowDeleted 在接口中 ResultSetrowDeleted 在类中 ResultSetSQLExceptionResultSet.rowDeleted()public boolean rowInserted()
throws SQLException
rowInserted 在接口中 ResultSetrowInserted 在类中 ResultSetSQLExceptionResultSet.rowInserted()public boolean rowUpdated()
throws SQLException
rowUpdated 在接口中 ResultSetrowUpdated 在类中 ResultSetSQLExceptionResultSet.rowUpdated()public void setFetchDirection(int direction)
throws SQLException
setFetchDirection 在接口中 ResultSetsetFetchDirection 在类中 ResultSetdirection - an int specifying the suggested
fetch direction; one of ResultSet.FETCH_FORWARD,
ResultSet.FETCH_REVERSE, or
ResultSet.FETCH_UNKNOWNSQLException - if a database access error occurs or
the result set type is TYPE_FORWARD_ONLY and the fetch
direction is not FETCH_FORWARDResultSet.setFetchDirection(int)public void setFetchSize(int rows)
throws SQLException
setFetchSize 在接口中 ResultSetsetFetchSize 在类中 ResultSetrows - the number of rows to fetchSQLException - if a database access error occurs or the
condition 0 <= rows <= Statement.getMaxRows() is not satisfiedResultSet.setFetchSize(int)public void updateAsciiStream(int columnIndex,
InputStream x)
throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 ResultSetSQLExceptionResultSet.updateAsciiStream(int, java.io.InputStream)public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 ResultSetSQLExceptionResultSet.updateAsciiStream(java.lang.String, java.io.InputStream)public void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valuelength - the length of the streamSQLException - if a database access error occursResultSet.updateAsciiStream(int, java.io.InputStream, int)public void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valuelength - the length of the streamSQLException - if a database access error occursResultSet.updateAsciiStream(java.lang.String, java.io.InputStream, int)public void updateAsciiStream(int columnIndex,
InputStream x,
long length)
throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 ResultSetSQLExceptionResultSet.updateAsciiStream(int, java.io.InputStream, long)public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException
public void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
updateBigDecimal 在接口中 ResultSetupdateBigDecimal 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateBigDecimal(int, java.math.BigDecimal)public void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException
updateBigDecimal 在接口中 ResultSetupdateBigDecimal 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateBigDecimal(java.lang.String, java.math.BigDecimal)public void updateBinaryStream(int columnIndex,
InputStream x)
throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 ResultSetSQLExceptionResultSet.updateBinaryStream(int, java.io.InputStream)public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException
public void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valuelength - the length of the streamSQLException - if a database access error occursResultSet.updateBinaryStream(int, java.io.InputStream, int)public void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException
ResultSetupdateRow or
insertRow methods are called to update the database.updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valuelength - the length of the streamSQLException - if a database access error occursResultSet.updateBinaryStream(java.lang.String, java.io.InputStream, int)public void updateBinaryStream(int columnIndex,
InputStream x,
long length)
throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 ResultSetSQLExceptionResultSet.updateBinaryStream(int, java.io.InputStream, long)public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException
public void updateBlob(int columnIndex,
Blob x)
throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateBlob(int, java.sql.Blob)public void updateBlob(String columnLabel, Blob x) throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateBlob(java.lang.String, java.sql.Blob)public void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 ResultSetSQLExceptionResultSet.updateBlob(int, java.io.InputStream)public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 ResultSetSQLExceptionResultSet.updateBlob(java.lang.String, java.io.InputStream)public void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 ResultSetSQLExceptionResultSet.updateBlob(int, java.io.InputStream, long)public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 ResultSetSQLExceptionResultSet.updateBlob(java.lang.String, java.io.InputStream, long)public void updateBoolean(int columnIndex,
boolean x)
throws SQLException
updateBoolean 在接口中 ResultSetupdateBoolean 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateBoolean(int, boolean)public void updateBoolean(String columnLabel, boolean x) throws SQLException
updateBoolean 在接口中 ResultSetupdateBoolean 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateBoolean(java.lang.String, boolean)public void updateByte(int columnIndex,
byte x)
throws SQLException
updateByte 在接口中 ResultSetupdateByte 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateByte(int, byte)public void updateByte(String columnLabel, byte x) throws SQLException
updateByte 在接口中 ResultSetupdateByte 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateByte(java.lang.String, byte)public void updateBytes(int columnIndex,
byte[] x)
throws SQLException
updateBytes 在接口中 ResultSetupdateBytes 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateBytes(int, byte[])public void updateBytes(String columnLabel, byte[] x) throws SQLException
updateBytes 在接口中 ResultSetupdateBytes 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateBytes(java.lang.String, byte[])public void updateCharacterStream(int columnIndex,
Reader x)
throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 ResultSetSQLExceptionResultSet.updateCharacterStream(int, java.io.Reader)public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
public void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valuelength - the length of the streamSQLException - if a database access error occursResultSet.updateCharacterStream(int, java.io.Reader, int)public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 ResultSetcolumnLabel - the name of the columnreader - the java.io.Reader object containing
the new column valuelength - the length of the streamSQLException - if a database access error occursResultSet.updateCharacterStream(java.lang.String, java.io.Reader, int)public void updateCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 ResultSetSQLExceptionResultSet.updateCharacterStream(int, java.io.Reader, long)public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
public void updateClob(int columnIndex,
Clob x)
throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateClob(int, java.sql.Clob)public void updateClob(String columnLabel, Clob x) throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateClob(java.lang.String, java.sql.Clob)public void updateClob(int columnIndex,
Reader reader)
throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 ResultSetSQLExceptionResultSet.updateClob(int, java.io.Reader)public void updateClob(String columnLabel, Reader reader) throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 ResultSetSQLExceptionResultSet.updateClob(java.lang.String, java.io.Reader)public void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 ResultSetSQLExceptionResultSet.updateClob(int, java.io.Reader, long)public void updateClob(String columnLabel, Reader reader, long length) throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 ResultSetSQLExceptionResultSet.updateClob(java.lang.String, java.io.Reader, long)public void updateDate(int columnIndex,
Date x)
throws SQLException
updateDate 在接口中 ResultSetupdateDate 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateDate(int, java.sql.Date)public void updateDate(String columnLabel, Date x) throws SQLException
updateDate 在接口中 ResultSetupdateDate 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateDate(java.lang.String, java.sql.Date)public void updateDouble(int columnIndex,
double x)
throws SQLException
updateDouble 在接口中 ResultSetupdateDouble 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateDouble(int, double)public void updateDouble(String columnLabel, double x) throws SQLException
updateDouble 在接口中 ResultSetupdateDouble 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateDouble(java.lang.String, double)public void updateFloat(int columnIndex,
float x)
throws SQLException
updateFloat 在接口中 ResultSetupdateFloat 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateFloat(int, float)public void updateFloat(String columnLabel, float x) throws SQLException
updateFloat 在接口中 ResultSetupdateFloat 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateFloat(java.lang.String, float)public void updateInt(int columnIndex,
int x)
throws SQLException
updateInt 在接口中 ResultSetupdateInt 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateInt(int, int)public void updateInt(String columnLabel, int x) throws SQLException
updateInt 在接口中 ResultSetupdateInt 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateInt(java.lang.String, int)public void updateLong(int columnIndex,
long x)
throws SQLException
updateLong 在接口中 ResultSetupdateLong 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateLong(int, long)public void updateLong(String columnLabel, long x) throws SQLException
updateLong 在接口中 ResultSetupdateLong 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateLong(java.lang.String, long)public void updateNCharacterStream(int columnIndex,
Reader x)
throws SQLException
updateNCharacterStream 在接口中 ResultSetupdateNCharacterStream 在类中 ResultSetSQLExceptionResultSet.updateNCharacterStream(int, java.io.Reader)public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
public void updateNCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
public void updateNClob(int columnIndex,
NClob nClob)
throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 ResultSetSQLExceptionResultSet.updateNClob(int, java.sql.NClob)public void updateNClob(String columnLabel, NClob nClob) throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 ResultSetSQLExceptionResultSet.updateNClob(java.lang.String, java.sql.NClob)public void updateNClob(int columnIndex,
Reader reader)
throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 ResultSetSQLExceptionResultSet.updateNClob(int, java.io.Reader)public void updateNClob(String columnLabel, Reader reader) throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 ResultSetSQLExceptionResultSet.updateNClob(java.lang.String, java.io.Reader)public void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 ResultSetSQLExceptionResultSet.updateNClob(int, java.io.Reader, long)public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 ResultSetSQLExceptionResultSet.updateNClob(java.lang.String, java.io.Reader, long)public void updateNString(int columnIndex,
String nString)
throws SQLException
updateNString 在接口中 ResultSetupdateNString 在类中 ResultSetSQLExceptionResultSet.updateNString(int, java.lang.String)public void updateNString(String columnLabel, String nString) throws SQLException
updateNString 在接口中 ResultSetupdateNString 在类中 ResultSetSQLExceptionResultSet.updateNString(java.lang.String, java.lang.String)public void updateNull(int columnIndex)
throws SQLException
updateNull 在接口中 ResultSetupdateNull 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...SQLException - if a database access error occursResultSet.updateNull(int)public void updateNull(String columnLabel) throws SQLException
updateNull 在接口中 ResultSetupdateNull 在类中 ResultSetcolumnLabel - the name of the columnSQLException - if a database access error occursResultSet.updateNull(java.lang.String)public void updateObject(int columnIndex,
Object x)
throws SQLException
updateObject 在接口中 ResultSetupdateObject 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateObject(int, java.lang.Object)public void updateObject(String columnLabel, Object x) throws SQLException
updateObject 在接口中 ResultSetupdateObject 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateObject(java.lang.String, java.lang.Object)public void updateObject(int columnIndex,
Object x,
int scaleOrLength)
throws SQLException
updateObject 在接口中 ResultSetupdateObject 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valuescaleOrLength - for java.sql.Types.DECIMA
or java.sql.Types.NUMERIC types,
this is the number of digits after the decimal point. For all other
types this value will be ignored.SQLException - if a database access error occursResultSet.updateObject(int, java.lang.Object, int)public void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException
updateObject 在接口中 ResultSetupdateObject 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valuescaleOrLength - for java.sql.Types.DECIMAL
or java.sql.Types.NUMERIC types,
this is the number of digits after the decimal point. For all other
types this value will be ignored.SQLException - if a database access error occursResultSet.updateObject(java.lang.String, java.lang.Object, int)public void updateRef(int columnIndex,
Ref x)
throws SQLException
updateRef 在接口中 ResultSetupdateRef 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateRef(int, java.sql.Ref)public void updateRef(String columnLabel, Ref x) throws SQLException
updateRef 在接口中 ResultSetupdateRef 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateRef(java.lang.String, java.sql.Ref)public void updateRow()
throws SQLException
updateRow 在接口中 ResultSetupdateRow 在类中 ResultSetSQLExceptionResultSet.updateRow()public void updateRowId(int columnIndex,
RowId x)
throws SQLException
updateRowId 在接口中 ResultSetupdateRowId 在类中 ResultSetSQLExceptionResultSet.updateRowId(int, java.sql.RowId)public void updateRowId(String columnLabel, RowId x) throws SQLException
updateRowId 在接口中 ResultSetupdateRowId 在类中 ResultSetSQLExceptionResultSet.updateRowId(java.lang.String, java.sql.RowId)public void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLException
updateSQLXML 在接口中 ResultSetupdateSQLXML 在类中 ResultSetSQLExceptionResultSet.updateSQLXML(int, java.sql.SQLXML)public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
updateSQLXML 在接口中 ResultSetupdateSQLXML 在类中 ResultSetSQLExceptionResultSet.updateSQLXML(java.lang.String, java.sql.SQLXML)public void updateShort(int columnIndex,
short x)
throws SQLException
updateShort 在接口中 ResultSetupdateShort 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateShort(int, short)public void updateShort(String columnLabel, short x) throws SQLException
updateShort 在接口中 ResultSetupdateShort 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateShort(java.lang.String, short)public void updateString(int columnIndex,
String x)
throws SQLException
updateString 在接口中 ResultSetupdateString 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateString(int, java.lang.String)public void updateString(String columnLabel, String x) throws SQLException
updateString 在接口中 ResultSetupdateString 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateString(java.lang.String, java.lang.String)public void updateTime(int columnIndex,
Time x)
throws SQLException
updateTime 在接口中 ResultSetupdateTime 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateTime(int, java.sql.Time)public void updateTime(String columnLabel, Time x) throws SQLException
updateTime 在接口中 ResultSetupdateTime 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateTime(java.lang.String, java.sql.Time)public void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
updateTimestamp 在接口中 ResultSetupdateTimestamp 在类中 ResultSetcolumnIndex - the first column is 1, the second is 2, ...x - the new column valueSQLException - if a database access error occursResultSet.updateTimestamp(int, java.sql.Timestamp)public void updateTimestamp(String columnLabel, Timestamp x) throws SQLException
updateTimestamp 在接口中 ResultSetupdateTimestamp 在类中 ResultSetcolumnLabel - the name of the columnx - the new column valueSQLException - if a database access error occursResultSet.updateTimestamp(java.lang.String, java.sql.Timestamp)public boolean wasNull()
throws SQLException
wasNull 在接口中 ResultSetwasNull 在类中 ResultSetSQLExceptionResultSet.wasNull()public boolean isWrapperFor(Class iface) throws SQLException
isWrapperFor 在接口中 WrapperisWrapperFor 在类中 ResultSetSQLExceptionWrapper.isWrapperFor(java.lang.Class)public Object getObject(String arg0, Map<String,Class<?>> arg1) throws SQLException
getObject 在接口中 ResultSetgetObject 在类中 ResultSetSQLExceptionpublic <T> T unwrap(Class<T> arg0) throws SQLException
unwrap 在接口中 Wrapperunwrap 在类中 ResultSetSQLExceptionpublic void setTypeMap(Map<String,Class<?>> arg0) throws SQLException
setTypeMap 在接口中 RowSetSQLExceptionCopyright © 2025. All rights reserved.