public class TsfileQueryResultSet extends Object implements ResultSet
| 构造器和说明 |
|---|
TsfileQueryResultSet() |
TsfileQueryResultSet(Statement statement,
List<String> columnName,
cn.edu.tsinghua.iotdb.jdbc.thrift.TSIService.Iface client,
cn.edu.tsinghua.iotdb.jdbc.thrift.TS_SessionHandle sessionHandle,
cn.edu.tsinghua.iotdb.jdbc.thrift.TSOperationHandle operationHandle,
String sql,
String operationType) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
absolute(int arg0) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(String columnName) |
boolean |
first() |
Array |
getArray(int arg0) |
Array |
getArray(String arg0) |
InputStream |
getAsciiStream(int arg0) |
InputStream |
getAsciiStream(String arg0) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
BigDecimal |
getBigDecimal(String columnName) |
BigDecimal |
getBigDecimal(String columnName,
int scale) |
InputStream |
getBinaryStream(int arg0) |
InputStream |
getBinaryStream(String arg0) |
Blob |
getBlob(int arg0) |
Blob |
getBlob(String arg0) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnName) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnName) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnName) |
Reader |
getCharacterStream(int arg0) |
Reader |
getCharacterStream(String arg0) |
Clob |
getClob(int arg0) |
Clob |
getClob(String arg0) |
int |
getConcurrency() |
String |
getCursorName() |
Date |
getDate(int columnIndex) |
Date |
getDate(int arg0,
Calendar arg1) |
Date |
getDate(String columnName) |
Date |
getDate(String arg0,
Calendar arg1) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnName) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnName) |
int |
getHoldability() |
int |
getInt(int columnIndex) |
int |
getInt(String columnName) |
long |
getLong(int columnIndex) |
long |
getLong(String columnName) |
ResultSetMetaData |
getMetaData() |
Reader |
getNCharacterStream(int arg0) |
Reader |
getNCharacterStream(String arg0) |
NClob |
getNClob(int arg0) |
NClob |
getNClob(String arg0) |
String |
getNString(int arg0) |
String |
getNString(String arg0) |
Object |
getObject(int columnIndex) |
<T> T |
getObject(int arg0,
Class<T> arg1) |
Object |
getObject(int arg0,
Map<String,Class<?>> arg1) |
Object |
getObject(String columnName) |
<T> T |
getObject(String arg0,
Class<T> arg1) |
Object |
getObject(String arg0,
Map<String,Class<?>> arg1) |
Ref |
getRef(int arg0) |
Ref |
getRef(String arg0) |
int |
getRow() |
RowId |
getRowId(int arg0) |
RowId |
getRowId(String arg0) |
short |
getShort(int columnIndex) |
short |
getShort(String columnName) |
SQLXML |
getSQLXML(int arg0) |
SQLXML |
getSQLXML(String arg0) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnName) |
Time |
getTime(int columnIndex) |
Time |
getTime(int arg0,
Calendar arg1) |
Time |
getTime(String columnName) |
Time |
getTime(String arg0,
Calendar arg1) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int arg0,
Calendar arg1) |
Timestamp |
getTimestamp(String columnName) |
Timestamp |
getTimestamp(String arg0,
Calendar arg1) |
int |
getType() |
InputStream |
getUnicodeStream(int arg0) |
InputStream |
getUnicodeStream(String arg0) |
URL |
getURL(int arg0) |
URL |
getURL(String arg0) |
SQLWarning |
getWarnings() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isWrapperFor(Class<?> iface) |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int arg0) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int arg0) |
void |
setFetchSize(int arg0) |
<T> T |
unwrap(Class<T> iface) |
void |
updateArray(int arg0,
Array arg1) |
void |
updateArray(String arg0,
Array arg1) |
void |
updateAsciiStream(int arg0,
InputStream arg1) |
void |
updateAsciiStream(int arg0,
InputStream arg1,
int arg2) |
void |
updateAsciiStream(int arg0,
InputStream arg1,
long arg2) |
void |
updateAsciiStream(String arg0,
InputStream arg1) |
void |
updateAsciiStream(String arg0,
InputStream arg1,
int arg2) |
void |
updateAsciiStream(String arg0,
InputStream arg1,
long arg2) |
void |
updateBigDecimal(int arg0,
BigDecimal arg1) |
void |
updateBigDecimal(String arg0,
BigDecimal arg1) |
void |
updateBinaryStream(int arg0,
InputStream arg1) |
void |
updateBinaryStream(int arg0,
InputStream arg1,
int arg2) |
void |
updateBinaryStream(int arg0,
InputStream arg1,
long arg2) |
void |
updateBinaryStream(String arg0,
InputStream arg1) |
void |
updateBinaryStream(String arg0,
InputStream arg1,
int arg2) |
void |
updateBinaryStream(String arg0,
InputStream arg1,
long arg2) |
void |
updateBlob(int arg0,
Blob arg1) |
void |
updateBlob(int arg0,
InputStream arg1) |
void |
updateBlob(int arg0,
InputStream arg1,
long arg2) |
void |
updateBlob(String arg0,
Blob arg1) |
void |
updateBlob(String arg0,
InputStream arg1) |
void |
updateBlob(String arg0,
InputStream arg1,
long arg2) |
void |
updateBoolean(int arg0,
boolean arg1) |
void |
updateBoolean(String arg0,
boolean arg1) |
void |
updateByte(int arg0,
byte arg1) |
void |
updateByte(String arg0,
byte arg1) |
void |
updateBytes(int arg0,
byte[] arg1) |
void |
updateBytes(String arg0,
byte[] arg1) |
void |
updateCharacterStream(int arg0,
Reader arg1) |
void |
updateCharacterStream(int arg0,
Reader arg1,
int arg2) |
void |
updateCharacterStream(int arg0,
Reader arg1,
long arg2) |
void |
updateCharacterStream(String arg0,
Reader arg1) |
void |
updateCharacterStream(String arg0,
Reader arg1,
int arg2) |
void |
updateCharacterStream(String arg0,
Reader arg1,
long arg2) |
void |
updateClob(int arg0,
Clob arg1) |
void |
updateClob(int arg0,
Reader arg1) |
void |
updateClob(int arg0,
Reader arg1,
long arg2) |
void |
updateClob(String arg0,
Clob arg1) |
void |
updateClob(String arg0,
Reader arg1) |
void |
updateClob(String arg0,
Reader arg1,
long arg2) |
void |
updateDate(int arg0,
Date arg1) |
void |
updateDate(String arg0,
Date arg1) |
void |
updateDouble(int arg0,
double arg1) |
void |
updateDouble(String arg0,
double arg1) |
void |
updateFloat(int arg0,
float arg1) |
void |
updateFloat(String arg0,
float arg1) |
void |
updateInt(int arg0,
int arg1) |
void |
updateInt(String arg0,
int arg1) |
void |
updateLong(int arg0,
long arg1) |
void |
updateLong(String arg0,
long arg1) |
void |
updateNCharacterStream(int arg0,
Reader arg1) |
void |
updateNCharacterStream(int arg0,
Reader arg1,
long arg2) |
void |
updateNCharacterStream(String arg0,
Reader arg1) |
void |
updateNCharacterStream(String arg0,
Reader arg1,
long arg2) |
void |
updateNClob(int arg0,
NClob arg1) |
void |
updateNClob(int arg0,
Reader arg1) |
void |
updateNClob(int arg0,
Reader arg1,
long arg2) |
void |
updateNClob(String arg0,
NClob arg1) |
void |
updateNClob(String arg0,
Reader arg1) |
void |
updateNClob(String arg0,
Reader arg1,
long arg2) |
void |
updateNString(int arg0,
String arg1) |
void |
updateNString(String arg0,
String arg1) |
void |
updateNull(int arg0) |
void |
updateNull(String arg0) |
void |
updateObject(int arg0,
Object arg1) |
void |
updateObject(int arg0,
Object arg1,
int arg2) |
void |
updateObject(String arg0,
Object arg1) |
void |
updateObject(String arg0,
Object arg1,
int arg2) |
void |
updateRef(int arg0,
Ref arg1) |
void |
updateRef(String arg0,
Ref arg1) |
void |
updateRow() |
void |
updateRowId(int arg0,
RowId arg1) |
void |
updateRowId(String arg0,
RowId arg1) |
void |
updateShort(int arg0,
short arg1) |
void |
updateShort(String arg0,
short arg1) |
void |
updateSQLXML(int arg0,
SQLXML arg1) |
void |
updateSQLXML(String arg0,
SQLXML arg1) |
void |
updateString(int arg0,
String arg1) |
void |
updateString(String arg0,
String arg1) |
void |
updateTime(int arg0,
Time arg1) |
void |
updateTime(String arg0,
Time arg1) |
void |
updateTimestamp(int arg0,
Timestamp arg1) |
void |
updateTimestamp(String arg0,
Timestamp arg1) |
boolean |
wasNull() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic TsfileQueryResultSet()
public TsfileQueryResultSet(Statement statement, List<String> columnName, cn.edu.tsinghua.iotdb.jdbc.thrift.TSIService.Iface client, cn.edu.tsinghua.iotdb.jdbc.thrift.TS_SessionHandle sessionHandle, cn.edu.tsinghua.iotdb.jdbc.thrift.TSOperationHandle operationHandle, String sql, String operationType) throws SQLException
SQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor 在接口中 WrapperSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap 在接口中 WrapperSQLExceptionpublic boolean absolute(int arg0)
throws SQLException
absolute 在接口中 ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast 在接口中 ResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst 在接口中 ResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates 在接口中 ResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings 在接口中 ResultSetSQLExceptionpublic void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow 在接口中 ResultSetSQLExceptionpublic int findColumn(String columnName) throws SQLException
findColumn 在接口中 ResultSetSQLExceptionpublic boolean first()
throws SQLException
first 在接口中 ResultSetSQLExceptionpublic Array getArray(int arg0) throws SQLException
getArray 在接口中 ResultSetSQLExceptionpublic Array getArray(String arg0) throws SQLException
getArray 在接口中 ResultSetSQLExceptionpublic InputStream getAsciiStream(int arg0) throws SQLException
getAsciiStream 在接口中 ResultSetSQLExceptionpublic InputStream getAsciiStream(String arg0) throws SQLException
getAsciiStream 在接口中 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal 在接口中 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName) throws SQLException
getBigDecimal 在接口中 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
getBigDecimal 在接口中 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName, int scale) throws SQLException
getBigDecimal 在接口中 ResultSetSQLExceptionpublic InputStream getBinaryStream(int arg0) throws SQLException
getBinaryStream 在接口中 ResultSetSQLExceptionpublic InputStream getBinaryStream(String arg0) throws SQLException
getBinaryStream 在接口中 ResultSetSQLExceptionpublic Blob getBlob(int arg0) throws SQLException
getBlob 在接口中 ResultSetSQLExceptionpublic Blob getBlob(String arg0) throws SQLException
getBlob 在接口中 ResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean 在接口中 ResultSetSQLExceptionpublic boolean getBoolean(String columnName) throws SQLException
getBoolean 在接口中 ResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte 在接口中 ResultSetSQLExceptionpublic byte getByte(String columnName) throws SQLException
getByte 在接口中 ResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes 在接口中 ResultSetSQLExceptionpublic byte[] getBytes(String columnName) throws SQLException
getBytes 在接口中 ResultSetSQLExceptionpublic Reader getCharacterStream(int arg0) throws SQLException
getCharacterStream 在接口中 ResultSetSQLExceptionpublic Reader getCharacterStream(String arg0) throws SQLException
getCharacterStream 在接口中 ResultSetSQLExceptionpublic Clob getClob(int arg0) throws SQLException
getClob 在接口中 ResultSetSQLExceptionpublic Clob getClob(String arg0) throws SQLException
getClob 在接口中 ResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency 在接口中 ResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName 在接口中 ResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate 在接口中 ResultSetSQLExceptionpublic Date getDate(String columnName) throws SQLException
getDate 在接口中 ResultSetSQLExceptionpublic Date getDate(int arg0, Calendar arg1) throws SQLException
getDate 在接口中 ResultSetSQLExceptionpublic Date getDate(String arg0, Calendar arg1) throws SQLException
getDate 在接口中 ResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble 在接口中 ResultSetSQLExceptionpublic double getDouble(String columnName) throws SQLException
getDouble 在接口中 ResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection 在接口中 ResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize 在接口中 ResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat 在接口中 ResultSetSQLExceptionpublic float getFloat(String columnName) throws SQLException
getFloat 在接口中 ResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability 在接口中 ResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt 在接口中 ResultSetSQLExceptionpublic int getInt(String columnName) throws SQLException
getInt 在接口中 ResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong 在接口中 ResultSetSQLExceptionpublic long getLong(String columnName) throws SQLException
getLong 在接口中 ResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData 在接口中 ResultSetSQLExceptionpublic Reader getNCharacterStream(int arg0) throws SQLException
getNCharacterStream 在接口中 ResultSetSQLExceptionpublic Reader getNCharacterStream(String arg0) throws SQLException
getNCharacterStream 在接口中 ResultSetSQLExceptionpublic NClob getNClob(int arg0) throws SQLException
getNClob 在接口中 ResultSetSQLExceptionpublic NClob getNClob(String arg0) throws SQLException
getNClob 在接口中 ResultSetSQLExceptionpublic String getNString(int arg0) throws SQLException
getNString 在接口中 ResultSetSQLExceptionpublic String getNString(String arg0) throws SQLException
getNString 在接口中 ResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject 在接口中 ResultSetSQLExceptionpublic Object getObject(String columnName) throws SQLException
getObject 在接口中 ResultSetSQLExceptionpublic Object getObject(int arg0, Map<String,Class<?>> arg1) throws SQLException
getObject 在接口中 ResultSetSQLExceptionpublic Object getObject(String arg0, Map<String,Class<?>> arg1) throws SQLException
getObject 在接口中 ResultSetSQLExceptionpublic <T> T getObject(int arg0,
Class<T> arg1)
throws SQLException
getObject 在接口中 ResultSetSQLExceptionpublic <T> T getObject(String arg0, Class<T> arg1) throws SQLException
getObject 在接口中 ResultSetSQLExceptionpublic Ref getRef(int arg0) throws SQLException
getRef 在接口中 ResultSetSQLExceptionpublic Ref getRef(String arg0) throws SQLException
getRef 在接口中 ResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow 在接口中 ResultSetSQLExceptionpublic RowId getRowId(int arg0) throws SQLException
getRowId 在接口中 ResultSetSQLExceptionpublic RowId getRowId(String arg0) throws SQLException
getRowId 在接口中 ResultSetSQLExceptionpublic SQLXML getSQLXML(int arg0) throws SQLException
getSQLXML 在接口中 ResultSetSQLExceptionpublic SQLXML getSQLXML(String arg0) throws SQLException
getSQLXML 在接口中 ResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort 在接口中 ResultSetSQLExceptionpublic short getShort(String columnName) throws SQLException
getShort 在接口中 ResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement 在接口中 ResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString 在接口中 ResultSetSQLExceptionpublic String getString(String columnName) throws SQLException
getString 在接口中 ResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime 在接口中 ResultSetSQLExceptionpublic Time getTime(String columnName) throws SQLException
getTime 在接口中 ResultSetSQLExceptionpublic Time getTime(int arg0, Calendar arg1) throws SQLException
getTime 在接口中 ResultSetSQLExceptionpublic Time getTime(String arg0, Calendar arg1) throws SQLException
getTime 在接口中 ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
getTimestamp 在接口中 ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnName) throws SQLException
getTimestamp 在接口中 ResultSetSQLExceptionpublic Timestamp getTimestamp(int arg0, Calendar arg1) throws SQLException
getTimestamp 在接口中 ResultSetSQLExceptionpublic Timestamp getTimestamp(String arg0, Calendar arg1) throws SQLException
getTimestamp 在接口中 ResultSetSQLExceptionpublic int getType()
throws SQLException
getType 在接口中 ResultSetSQLExceptionpublic URL getURL(int arg0) throws SQLException
getURL 在接口中 ResultSetSQLExceptionpublic URL getURL(String arg0) throws SQLException
getURL 在接口中 ResultSetSQLExceptionpublic InputStream getUnicodeStream(int arg0) throws SQLException
getUnicodeStream 在接口中 ResultSetSQLExceptionpublic InputStream getUnicodeStream(String arg0) throws SQLException
getUnicodeStream 在接口中 ResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings 在接口中 ResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow 在接口中 ResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast 在接口中 ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst 在接口中 ResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed 在接口中 ResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst 在接口中 ResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast 在接口中 ResultSetSQLExceptionpublic boolean last()
throws SQLException
last 在接口中 ResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow 在接口中 ResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow 在接口中 ResultSetSQLExceptionpublic boolean next()
throws SQLException
next 在接口中 ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous 在接口中 ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow 在接口中 ResultSetSQLExceptionpublic boolean relative(int arg0)
throws SQLException
relative 在接口中 ResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted 在接口中 ResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted 在接口中 ResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated 在接口中 ResultSetSQLExceptionpublic void setFetchDirection(int arg0)
throws SQLException
setFetchDirection 在接口中 ResultSetSQLExceptionpublic void setFetchSize(int arg0)
throws SQLException
setFetchSize 在接口中 ResultSetSQLExceptionpublic void updateArray(int arg0,
Array arg1)
throws SQLException
updateArray 在接口中 ResultSetSQLExceptionpublic void updateArray(String arg0, Array arg1) throws SQLException
updateArray 在接口中 ResultSetSQLExceptionpublic void updateAsciiStream(int arg0,
InputStream arg1)
throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic void updateAsciiStream(String arg0, InputStream arg1) throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic void updateAsciiStream(int arg0,
InputStream arg1,
int arg2)
throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic void updateAsciiStream(String arg0, InputStream arg1, int arg2) throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic void updateAsciiStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic void updateAsciiStream(String arg0, InputStream arg1, long arg2) throws SQLException
updateAsciiStream 在接口中 ResultSetSQLExceptionpublic void updateBigDecimal(int arg0,
BigDecimal arg1)
throws SQLException
updateBigDecimal 在接口中 ResultSetSQLExceptionpublic void updateBigDecimal(String arg0, BigDecimal arg1) throws SQLException
updateBigDecimal 在接口中 ResultSetSQLExceptionpublic void updateBinaryStream(int arg0,
InputStream arg1)
throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic void updateBinaryStream(String arg0, InputStream arg1) throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic void updateBinaryStream(int arg0,
InputStream arg1,
int arg2)
throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic void updateBinaryStream(String arg0, InputStream arg1, int arg2) throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic void updateBinaryStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic void updateBinaryStream(String arg0, InputStream arg1, long arg2) throws SQLException
updateBinaryStream 在接口中 ResultSetSQLExceptionpublic void updateBlob(int arg0,
Blob arg1)
throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic void updateBlob(String arg0, Blob arg1) throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic void updateBlob(int arg0,
InputStream arg1)
throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic void updateBlob(String arg0, InputStream arg1) throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic void updateBlob(int arg0,
InputStream arg1,
long arg2)
throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic void updateBlob(String arg0, InputStream arg1, long arg2) throws SQLException
updateBlob 在接口中 ResultSetSQLExceptionpublic void updateBoolean(int arg0,
boolean arg1)
throws SQLException
updateBoolean 在接口中 ResultSetSQLExceptionpublic void updateBoolean(String arg0, boolean arg1) throws SQLException
updateBoolean 在接口中 ResultSetSQLExceptionpublic void updateByte(int arg0,
byte arg1)
throws SQLException
updateByte 在接口中 ResultSetSQLExceptionpublic void updateByte(String arg0, byte arg1) throws SQLException
updateByte 在接口中 ResultSetSQLExceptionpublic void updateBytes(int arg0,
byte[] arg1)
throws SQLException
updateBytes 在接口中 ResultSetSQLExceptionpublic void updateBytes(String arg0, byte[] arg1) throws SQLException
updateBytes 在接口中 ResultSetSQLExceptionpublic void updateCharacterStream(int arg0,
Reader arg1)
throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateCharacterStream(String arg0, Reader arg1) throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateCharacterStream(int arg0,
Reader arg1,
int arg2)
throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateCharacterStream(String arg0, Reader arg1, int arg2) throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
updateCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateClob(int arg0,
Clob arg1)
throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic void updateClob(String arg0, Clob arg1) throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic void updateClob(int arg0,
Reader arg1)
throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic void updateClob(String arg0, Reader arg1) throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic void updateClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic void updateClob(String arg0, Reader arg1, long arg2) throws SQLException
updateClob 在接口中 ResultSetSQLExceptionpublic void updateDate(int arg0,
Date arg1)
throws SQLException
updateDate 在接口中 ResultSetSQLExceptionpublic void updateDate(String arg0, Date arg1) throws SQLException
updateDate 在接口中 ResultSetSQLExceptionpublic void updateDouble(int arg0,
double arg1)
throws SQLException
updateDouble 在接口中 ResultSetSQLExceptionpublic void updateDouble(String arg0, double arg1) throws SQLException
updateDouble 在接口中 ResultSetSQLExceptionpublic void updateFloat(int arg0,
float arg1)
throws SQLException
updateFloat 在接口中 ResultSetSQLExceptionpublic void updateFloat(String arg0, float arg1) throws SQLException
updateFloat 在接口中 ResultSetSQLExceptionpublic void updateInt(int arg0,
int arg1)
throws SQLException
updateInt 在接口中 ResultSetSQLExceptionpublic void updateInt(String arg0, int arg1) throws SQLException
updateInt 在接口中 ResultSetSQLExceptionpublic void updateLong(int arg0,
long arg1)
throws SQLException
updateLong 在接口中 ResultSetSQLExceptionpublic void updateLong(String arg0, long arg1) throws SQLException
updateLong 在接口中 ResultSetSQLExceptionpublic void updateNCharacterStream(int arg0,
Reader arg1)
throws SQLException
updateNCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateNCharacterStream(String arg0, Reader arg1) throws SQLException
updateNCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateNCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateNCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateNCharacterStream(String arg0, Reader arg1, long arg2) throws SQLException
updateNCharacterStream 在接口中 ResultSetSQLExceptionpublic void updateNClob(int arg0,
NClob arg1)
throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic void updateNClob(String arg0, NClob arg1) throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic void updateNClob(int arg0,
Reader arg1)
throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic void updateNClob(String arg0, Reader arg1) throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic void updateNClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic void updateNClob(String arg0, Reader arg1, long arg2) throws SQLException
updateNClob 在接口中 ResultSetSQLExceptionpublic void updateNString(int arg0,
String arg1)
throws SQLException
updateNString 在接口中 ResultSetSQLExceptionpublic void updateNString(String arg0, String arg1) throws SQLException
updateNString 在接口中 ResultSetSQLExceptionpublic void updateNull(int arg0)
throws SQLException
updateNull 在接口中 ResultSetSQLExceptionpublic void updateNull(String arg0) throws SQLException
updateNull 在接口中 ResultSetSQLExceptionpublic void updateObject(int arg0,
Object arg1)
throws SQLException
updateObject 在接口中 ResultSetSQLExceptionpublic void updateObject(String arg0, Object arg1) throws SQLException
updateObject 在接口中 ResultSetSQLExceptionpublic void updateObject(int arg0,
Object arg1,
int arg2)
throws SQLException
updateObject 在接口中 ResultSetSQLExceptionpublic void updateObject(String arg0, Object arg1, int arg2) throws SQLException
updateObject 在接口中 ResultSetSQLExceptionpublic void updateRef(int arg0,
Ref arg1)
throws SQLException
updateRef 在接口中 ResultSetSQLExceptionpublic void updateRef(String arg0, Ref arg1) throws SQLException
updateRef 在接口中 ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow 在接口中 ResultSetSQLExceptionpublic void updateRowId(int arg0,
RowId arg1)
throws SQLException
updateRowId 在接口中 ResultSetSQLExceptionpublic void updateRowId(String arg0, RowId arg1) throws SQLException
updateRowId 在接口中 ResultSetSQLExceptionpublic void updateSQLXML(int arg0,
SQLXML arg1)
throws SQLException
updateSQLXML 在接口中 ResultSetSQLExceptionpublic void updateSQLXML(String arg0, SQLXML arg1) throws SQLException
updateSQLXML 在接口中 ResultSetSQLExceptionpublic void updateShort(int arg0,
short arg1)
throws SQLException
updateShort 在接口中 ResultSetSQLExceptionpublic void updateShort(String arg0, short arg1) throws SQLException
updateShort 在接口中 ResultSetSQLExceptionpublic void updateString(int arg0,
String arg1)
throws SQLException
updateString 在接口中 ResultSetSQLExceptionpublic void updateString(String arg0, String arg1) throws SQLException
updateString 在接口中 ResultSetSQLExceptionpublic void updateTime(int arg0,
Time arg1)
throws SQLException
updateTime 在接口中 ResultSetSQLExceptionpublic void updateTime(String arg0, Time arg1) throws SQLException
updateTime 在接口中 ResultSetSQLExceptionpublic void updateTimestamp(int arg0,
Timestamp arg1)
throws SQLException
updateTimestamp 在接口中 ResultSetSQLExceptionpublic void updateTimestamp(String arg0, Timestamp arg1) throws SQLException
updateTimestamp 在接口中 ResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull 在接口中 ResultSetSQLExceptionCopyright © 2017. All rights reserved.