类 AbstractIoTDBJDBCResultSet
- java.lang.Object
-
- org.apache.iotdb.jdbc.AbstractIoTDBJDBCResultSet
-
- 所有已实现的接口:
java.lang.AutoCloseable,java.sql.ResultSet,java.sql.Wrapper
public abstract class AbstractIoTDBJDBCResultSet extends java.lang.Object implements java.sql.ResultSet
-
-
字段概要
字段 修饰符和类型 字段 说明 protected java.util.List<java.lang.String>columnTypeListprotected org.apache.iotdb.rpc.IoTDBRpcDataSetioTDBRpcDataSetprotected java.sql.Statementstatementprotected java.sql.SQLWarningwarningChain
-
构造器概要
构造器 构造器 说明 AbstractIoTDBJDBCResultSet(java.sql.Statement statement, java.util.List<java.lang.String> columnNameList, java.util.List<java.lang.String> columnTypeList, java.util.Map<java.lang.String,java.lang.Integer> columnNameIndex, boolean ignoreTimeStamp, org.apache.iotdb.service.rpc.thrift.TSIService.Iface client, java.lang.String sql, long queryId, long sessionId)
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 booleanabsolute(int arg0)voidafterLast()voidbeforeFirst()voidcancelRowUpdates()voidclearWarnings()voidclose()voiddeleteRow()intfindColumn(java.lang.String columnName)booleanfirst()java.sql.ArraygetArray(int arg0)java.sql.ArraygetArray(java.lang.String arg0)java.io.InputStreamgetAsciiStream(int arg0)java.io.InputStreamgetAsciiStream(java.lang.String arg0)java.math.BigDecimalgetBigDecimal(int columnIndex)java.math.BigDecimalgetBigDecimal(int columnIndex, int scale)java.math.BigDecimalgetBigDecimal(java.lang.String columnName)java.math.BigDecimalgetBigDecimal(java.lang.String columnName, int scale)java.io.InputStreamgetBinaryStream(int arg0)java.io.InputStreamgetBinaryStream(java.lang.String arg0)java.sql.BlobgetBlob(int arg0)java.sql.BlobgetBlob(java.lang.String arg0)booleangetBoolean(int columnIndex)booleangetBoolean(java.lang.String columnName)bytegetByte(int columnIndex)bytegetByte(java.lang.String columnName)byte[]getBytes(int columnIndex)byte[]getBytes(java.lang.String columnName)java.io.ReadergetCharacterStream(int arg0)java.io.ReadergetCharacterStream(java.lang.String arg0)java.sql.ClobgetClob(int arg0)java.sql.ClobgetClob(java.lang.String arg0)intgetConcurrency()java.lang.StringgetCursorName()java.sql.DategetDate(int columnIndex)java.sql.DategetDate(int arg0, java.util.Calendar arg1)java.sql.DategetDate(java.lang.String columnName)java.sql.DategetDate(java.lang.String arg0, java.util.Calendar arg1)doublegetDouble(int columnIndex)doublegetDouble(java.lang.String columnName)intgetFetchDirection()intgetFetchSize()floatgetFloat(int columnIndex)floatgetFloat(java.lang.String columnName)intgetHoldability()intgetInt(int columnIndex)intgetInt(java.lang.String columnName)longgetLong(int columnIndex)abstract longgetLong(java.lang.String columnName)java.sql.ResultSetMetaDatagetMetaData()java.io.ReadergetNCharacterStream(int arg0)java.io.ReadergetNCharacterStream(java.lang.String arg0)java.sql.NClobgetNClob(int arg0)java.sql.NClobgetNClob(java.lang.String arg0)java.lang.StringgetNString(int arg0)java.lang.StringgetNString(java.lang.String arg0)java.lang.ObjectgetObject(int columnIndex)<T> TgetObject(int arg0, java.lang.Class<T> arg1)java.lang.ObjectgetObject(int arg0, java.util.Map<java.lang.String,java.lang.Class<?>> arg1)java.lang.ObjectgetObject(java.lang.String columnName)<T> TgetObject(java.lang.String arg0, java.lang.Class<T> arg1)java.lang.ObjectgetObject(java.lang.String arg0, java.util.Map<java.lang.String,java.lang.Class<?>> arg1)java.sql.RefgetRef(int arg0)java.sql.RefgetRef(java.lang.String arg0)intgetRow()java.sql.RowIdgetRowId(int arg0)java.sql.RowIdgetRowId(java.lang.String arg0)shortgetShort(int columnIndex)shortgetShort(java.lang.String columnName)java.sql.SQLXMLgetSQLXML(int arg0)java.sql.SQLXMLgetSQLXML(java.lang.String arg0)java.sql.StatementgetStatement()java.lang.StringgetString(int columnIndex)java.lang.StringgetString(java.lang.String columnName)java.sql.TimegetTime(int columnIndex)java.sql.TimegetTime(int arg0, java.util.Calendar arg1)java.sql.TimegetTime(java.lang.String columnName)java.sql.TimegetTime(java.lang.String arg0, java.util.Calendar arg1)java.sql.TimestampgetTimestamp(int columnIndex)java.sql.TimestampgetTimestamp(int arg0, java.util.Calendar arg1)java.sql.TimestampgetTimestamp(java.lang.String columnName)java.sql.TimestampgetTimestamp(java.lang.String arg0, java.util.Calendar arg1)intgetType()java.io.InputStreamgetUnicodeStream(int arg0)java.io.InputStreamgetUnicodeStream(java.lang.String arg0)java.net.URLgetURL(int arg0)java.net.URLgetURL(java.lang.String arg0)java.sql.SQLWarninggetWarnings()voidinsertRow()booleanisAfterLast()booleanisBeforeFirst()booleanisClosed()booleanisFirst()booleanisLast()booleanisWrapperFor(java.lang.Class<?> iface)booleanlast()voidmoveToCurrentRow()voidmoveToInsertRow()booleannext()booleanprevious()voidrefreshRow()booleanrelative(int arg0)booleanrowDeleted()booleanrowInserted()booleanrowUpdated()voidsetFetchDirection(int arg0)voidsetFetchSize(int arg0)<T> Tunwrap(java.lang.Class<T> iface)voidupdateArray(int arg0, java.sql.Array arg1)voidupdateArray(java.lang.String arg0, java.sql.Array arg1)voidupdateAsciiStream(int arg0, java.io.InputStream arg1)voidupdateAsciiStream(int arg0, java.io.InputStream arg1, int arg2)voidupdateAsciiStream(int arg0, java.io.InputStream arg1, long arg2)voidupdateAsciiStream(java.lang.String arg0, java.io.InputStream arg1)voidupdateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)voidupdateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, long arg2)voidupdateBigDecimal(int arg0, java.math.BigDecimal arg1)voidupdateBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1)voidupdateBinaryStream(int arg0, java.io.InputStream arg1)voidupdateBinaryStream(int arg0, java.io.InputStream arg1, int arg2)voidupdateBinaryStream(int arg0, java.io.InputStream arg1, long arg2)voidupdateBinaryStream(java.lang.String arg0, java.io.InputStream arg1)voidupdateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)voidupdateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, long arg2)voidupdateBlob(int arg0, java.io.InputStream arg1)voidupdateBlob(int arg0, java.io.InputStream arg1, long arg2)voidupdateBlob(int arg0, java.sql.Blob arg1)voidupdateBlob(java.lang.String arg0, java.io.InputStream arg1)voidupdateBlob(java.lang.String arg0, java.io.InputStream arg1, long arg2)voidupdateBlob(java.lang.String arg0, java.sql.Blob arg1)voidupdateBoolean(int arg0, boolean arg1)voidupdateBoolean(java.lang.String arg0, boolean arg1)voidupdateByte(int arg0, byte arg1)voidupdateByte(java.lang.String arg0, byte arg1)voidupdateBytes(int arg0, byte[] arg1)voidupdateBytes(java.lang.String arg0, byte[] arg1)voidupdateCharacterStream(int arg0, java.io.Reader arg1)voidupdateCharacterStream(int arg0, java.io.Reader arg1, int arg2)voidupdateCharacterStream(int arg0, java.io.Reader arg1, long arg2)voidupdateCharacterStream(java.lang.String arg0, java.io.Reader arg1)voidupdateCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2)voidupdateCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2)voidupdateClob(int arg0, java.io.Reader arg1)voidupdateClob(int arg0, java.io.Reader arg1, long arg2)voidupdateClob(int arg0, java.sql.Clob arg1)voidupdateClob(java.lang.String arg0, java.io.Reader arg1)voidupdateClob(java.lang.String arg0, java.io.Reader arg1, long arg2)voidupdateClob(java.lang.String arg0, java.sql.Clob arg1)voidupdateDate(int arg0, java.sql.Date arg1)voidupdateDate(java.lang.String arg0, java.sql.Date arg1)voidupdateDouble(int arg0, double arg1)voidupdateDouble(java.lang.String arg0, double arg1)voidupdateFloat(int arg0, float arg1)voidupdateFloat(java.lang.String arg0, float arg1)voidupdateInt(int arg0, int arg1)voidupdateInt(java.lang.String arg0, int arg1)voidupdateLong(int arg0, long arg1)voidupdateLong(java.lang.String arg0, long arg1)voidupdateNCharacterStream(int arg0, java.io.Reader arg1)voidupdateNCharacterStream(int arg0, java.io.Reader arg1, long arg2)voidupdateNCharacterStream(java.lang.String arg0, java.io.Reader arg1)voidupdateNCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2)voidupdateNClob(int arg0, java.io.Reader arg1)voidupdateNClob(int arg0, java.io.Reader arg1, long arg2)voidupdateNClob(int arg0, java.sql.NClob arg1)voidupdateNClob(java.lang.String arg0, java.io.Reader arg1)voidupdateNClob(java.lang.String arg0, java.io.Reader arg1, long arg2)voidupdateNClob(java.lang.String arg0, java.sql.NClob arg1)voidupdateNString(int arg0, java.lang.String arg1)voidupdateNString(java.lang.String arg0, java.lang.String arg1)voidupdateNull(int arg0)voidupdateNull(java.lang.String arg0)voidupdateObject(int arg0, java.lang.Object arg1)voidupdateObject(int arg0, java.lang.Object arg1, int arg2)voidupdateObject(java.lang.String arg0, java.lang.Object arg1)voidupdateObject(java.lang.String arg0, java.lang.Object arg1, int arg2)voidupdateRef(int arg0, java.sql.Ref arg1)voidupdateRef(java.lang.String arg0, java.sql.Ref arg1)voidupdateRow()voidupdateRowId(int arg0, java.sql.RowId arg1)voidupdateRowId(java.lang.String arg0, java.sql.RowId arg1)voidupdateShort(int arg0, short arg1)voidupdateShort(java.lang.String arg0, short arg1)voidupdateSQLXML(int arg0, java.sql.SQLXML arg1)voidupdateSQLXML(java.lang.String arg0, java.sql.SQLXML arg1)voidupdateString(int arg0, java.lang.String arg1)voidupdateString(java.lang.String arg0, java.lang.String arg1)voidupdateTime(int arg0, java.sql.Time arg1)voidupdateTime(java.lang.String arg0, java.sql.Time arg1)voidupdateTimestamp(int arg0, java.sql.Timestamp arg1)voidupdateTimestamp(java.lang.String arg0, java.sql.Timestamp arg1)booleanwasNull()
-
-
-
构造器详细资料
-
AbstractIoTDBJDBCResultSet
public AbstractIoTDBJDBCResultSet(java.sql.Statement statement, java.util.List<java.lang.String> columnNameList, java.util.List<java.lang.String> columnTypeList, java.util.Map<java.lang.String,java.lang.Integer> columnNameIndex, boolean ignoreTimeStamp, org.apache.iotdb.service.rpc.thrift.TSIService.Iface client, java.lang.String sql, long queryId, long sessionId) throws java.sql.SQLException- 抛出:
java.sql.SQLException
-
-
方法详细资料
-
isWrapperFor
public boolean isWrapperFor(java.lang.Class<?> iface) throws java.sql.SQLException- 指定者:
isWrapperFor在接口中java.sql.Wrapper- 抛出:
java.sql.SQLException
-
unwrap
public <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException- 指定者:
unwrap在接口中java.sql.Wrapper- 抛出:
java.sql.SQLException
-
absolute
public boolean absolute(int arg0) throws java.sql.SQLException- 指定者:
absolute在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
afterLast
public void afterLast() throws java.sql.SQLException- 指定者:
afterLast在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
beforeFirst
public void beforeFirst() throws java.sql.SQLException- 指定者:
beforeFirst在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
cancelRowUpdates
public void cancelRowUpdates() throws java.sql.SQLException- 指定者:
cancelRowUpdates在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
clearWarnings
public void clearWarnings() throws java.sql.SQLException- 指定者:
clearWarnings在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException- 指定者:
close在接口中java.lang.AutoCloseable- 指定者:
close在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
deleteRow
public void deleteRow() throws java.sql.SQLException- 指定者:
deleteRow在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
findColumn
public int findColumn(java.lang.String columnName)
- 指定者:
findColumn在接口中java.sql.ResultSet
-
first
public boolean first() throws java.sql.SQLException- 指定者:
first在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getArray
public java.sql.Array getArray(int arg0) throws java.sql.SQLException- 指定者:
getArray在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getArray
public java.sql.Array getArray(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getArray在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getAsciiStream
public java.io.InputStream getAsciiStream(int arg0) throws java.sql.SQLException- 指定者:
getAsciiStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getAsciiStream
public java.io.InputStream getAsciiStream(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getAsciiStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBigDecimal
public java.math.BigDecimal getBigDecimal(int columnIndex) throws java.sql.SQLException- 指定者:
getBigDecimal在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBigDecimal
public java.math.BigDecimal getBigDecimal(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getBigDecimal在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBigDecimal
public java.math.BigDecimal getBigDecimal(int columnIndex, int scale) throws java.sql.SQLException- 指定者:
getBigDecimal在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBigDecimal
public java.math.BigDecimal getBigDecimal(java.lang.String columnName, int scale) throws java.sql.SQLException- 指定者:
getBigDecimal在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBinaryStream
public java.io.InputStream getBinaryStream(int arg0) throws java.sql.SQLException- 指定者:
getBinaryStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBinaryStream
public java.io.InputStream getBinaryStream(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getBinaryStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBlob
public java.sql.Blob getBlob(int arg0) throws java.sql.SQLException- 指定者:
getBlob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBlob
public java.sql.Blob getBlob(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getBlob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBoolean
public boolean getBoolean(int columnIndex) throws java.sql.SQLException- 指定者:
getBoolean在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBoolean
public boolean getBoolean(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getBoolean在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getByte
public byte getByte(int columnIndex) throws java.sql.SQLException- 指定者:
getByte在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getByte
public byte getByte(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getByte在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBytes
public byte[] getBytes(int columnIndex) throws java.sql.SQLException- 指定者:
getBytes在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getBytes
public byte[] getBytes(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getBytes在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getCharacterStream
public java.io.Reader getCharacterStream(int arg0) throws java.sql.SQLException- 指定者:
getCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getCharacterStream
public java.io.Reader getCharacterStream(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getClob
public java.sql.Clob getClob(int arg0) throws java.sql.SQLException- 指定者:
getClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getClob
public java.sql.Clob getClob(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getConcurrency
public int getConcurrency()
- 指定者:
getConcurrency在接口中java.sql.ResultSet
-
getCursorName
public java.lang.String getCursorName() throws java.sql.SQLException- 指定者:
getCursorName在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getDate
public java.sql.Date getDate(int columnIndex) throws java.sql.SQLException- 指定者:
getDate在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getDate
public java.sql.Date getDate(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getDate在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getDate
public java.sql.Date getDate(int arg0, java.util.Calendar arg1) throws java.sql.SQLException- 指定者:
getDate在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getDate
public java.sql.Date getDate(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException- 指定者:
getDate在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getDouble
public double getDouble(int columnIndex) throws java.sql.SQLException- 指定者:
getDouble在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getDouble
public double getDouble(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getDouble在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getFetchDirection
public int getFetchDirection()
- 指定者:
getFetchDirection在接口中java.sql.ResultSet
-
setFetchDirection
public void setFetchDirection(int arg0) throws java.sql.SQLException- 指定者:
setFetchDirection在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getFetchSize
public int getFetchSize() throws java.sql.SQLException- 指定者:
getFetchSize在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
setFetchSize
public void setFetchSize(int arg0) throws java.sql.SQLException- 指定者:
setFetchSize在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getFloat
public float getFloat(int columnIndex) throws java.sql.SQLException- 指定者:
getFloat在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getFloat
public float getFloat(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getFloat在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getHoldability
public int getHoldability() throws java.sql.SQLException- 指定者:
getHoldability在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getInt
public int getInt(int columnIndex) throws java.sql.SQLException- 指定者:
getInt在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getInt
public int getInt(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getInt在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getLong
public long getLong(int columnIndex) throws java.sql.SQLException- 指定者:
getLong在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getLong
public abstract long getLong(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getLong在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getMetaData
public java.sql.ResultSetMetaData getMetaData()
- 指定者:
getMetaData在接口中java.sql.ResultSet
-
getNCharacterStream
public java.io.Reader getNCharacterStream(int arg0) throws java.sql.SQLException- 指定者:
getNCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getNCharacterStream
public java.io.Reader getNCharacterStream(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getNCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getNClob
public java.sql.NClob getNClob(int arg0) throws java.sql.SQLException- 指定者:
getNClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getNClob
public java.sql.NClob getNClob(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getNClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getNString
public java.lang.String getNString(int arg0) throws java.sql.SQLException- 指定者:
getNString在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getNString
public java.lang.String getNString(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getNString在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getObject
public java.lang.Object getObject(int columnIndex) throws java.sql.SQLException- 指定者:
getObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getObject
public java.lang.Object getObject(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getObject
public java.lang.Object getObject(int arg0, java.util.Map<java.lang.String,java.lang.Class<?>> arg1) throws java.sql.SQLException- 指定者:
getObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getObject
public java.lang.Object getObject(java.lang.String arg0, java.util.Map<java.lang.String,java.lang.Class<?>> arg1) throws java.sql.SQLException- 指定者:
getObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getObject
public <T> T getObject(int arg0, java.lang.Class<T> arg1) throws java.sql.SQLException- 指定者:
getObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getObject
public <T> T getObject(java.lang.String arg0, java.lang.Class<T> arg1) throws java.sql.SQLException- 指定者:
getObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getRef
public java.sql.Ref getRef(int arg0) throws java.sql.SQLException- 指定者:
getRef在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getRef
public java.sql.Ref getRef(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getRef在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getRow
public int getRow() throws java.sql.SQLException- 指定者:
getRow在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getRowId
public java.sql.RowId getRowId(int arg0) throws java.sql.SQLException- 指定者:
getRowId在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getRowId
public java.sql.RowId getRowId(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getRowId在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getSQLXML
public java.sql.SQLXML getSQLXML(int arg0) throws java.sql.SQLException- 指定者:
getSQLXML在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getSQLXML
public java.sql.SQLXML getSQLXML(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getSQLXML在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getShort
public short getShort(int columnIndex) throws java.sql.SQLException- 指定者:
getShort在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getShort
public short getShort(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getShort在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getStatement
public java.sql.Statement getStatement()
- 指定者:
getStatement在接口中java.sql.ResultSet
-
getString
public java.lang.String getString(int columnIndex) throws java.sql.SQLException- 指定者:
getString在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getString
public java.lang.String getString(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getString在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getTime
public java.sql.Time getTime(int columnIndex) throws java.sql.SQLException- 指定者:
getTime在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getTime
public java.sql.Time getTime(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getTime在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getTime
public java.sql.Time getTime(int arg0, java.util.Calendar arg1) throws java.sql.SQLException- 指定者:
getTime在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getTime
public java.sql.Time getTime(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException- 指定者:
getTime在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getTimestamp
public java.sql.Timestamp getTimestamp(int columnIndex) throws java.sql.SQLException- 指定者:
getTimestamp在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getTimestamp
public java.sql.Timestamp getTimestamp(java.lang.String columnName) throws java.sql.SQLException- 指定者:
getTimestamp在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getTimestamp
public java.sql.Timestamp getTimestamp(int arg0, java.util.Calendar arg1) throws java.sql.SQLException- 指定者:
getTimestamp在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getTimestamp
public java.sql.Timestamp getTimestamp(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException- 指定者:
getTimestamp在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getType
public int getType()
- 指定者:
getType在接口中java.sql.ResultSet
-
getURL
public java.net.URL getURL(int arg0) throws java.sql.SQLException- 指定者:
getURL在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getURL
public java.net.URL getURL(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getURL在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getUnicodeStream
public java.io.InputStream getUnicodeStream(int arg0) throws java.sql.SQLException- 指定者:
getUnicodeStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getUnicodeStream
public java.io.InputStream getUnicodeStream(java.lang.String arg0) throws java.sql.SQLException- 指定者:
getUnicodeStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
getWarnings
public java.sql.SQLWarning getWarnings()
- 指定者:
getWarnings在接口中java.sql.ResultSet
-
insertRow
public void insertRow() throws java.sql.SQLException- 指定者:
insertRow在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
isAfterLast
public boolean isAfterLast() throws java.sql.SQLException- 指定者:
isAfterLast在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
isBeforeFirst
public boolean isBeforeFirst() throws java.sql.SQLException- 指定者:
isBeforeFirst在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
isClosed
public boolean isClosed()
- 指定者:
isClosed在接口中java.sql.ResultSet
-
isFirst
public boolean isFirst() throws java.sql.SQLException- 指定者:
isFirst在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
isLast
public boolean isLast() throws java.sql.SQLException- 指定者:
isLast在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
last
public boolean last() throws java.sql.SQLException- 指定者:
last在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
moveToCurrentRow
public void moveToCurrentRow() throws java.sql.SQLException- 指定者:
moveToCurrentRow在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
moveToInsertRow
public void moveToInsertRow() throws java.sql.SQLException- 指定者:
moveToInsertRow在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
next
public boolean next() throws java.sql.SQLException- 指定者:
next在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
previous
public boolean previous() throws java.sql.SQLException- 指定者:
previous在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
refreshRow
public void refreshRow() throws java.sql.SQLException- 指定者:
refreshRow在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
relative
public boolean relative(int arg0) throws java.sql.SQLException- 指定者:
relative在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
rowDeleted
public boolean rowDeleted() throws java.sql.SQLException- 指定者:
rowDeleted在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
rowInserted
public boolean rowInserted() throws java.sql.SQLException- 指定者:
rowInserted在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
rowUpdated
public boolean rowUpdated() throws java.sql.SQLException- 指定者:
rowUpdated在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateArray
public void updateArray(int arg0, java.sql.Array arg1) throws java.sql.SQLException- 指定者:
updateArray在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateArray
public void updateArray(java.lang.String arg0, java.sql.Array arg1) throws java.sql.SQLException- 指定者:
updateArray在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateAsciiStream
public void updateAsciiStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException- 指定者:
updateAsciiStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateAsciiStream
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException- 指定者:
updateAsciiStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateAsciiStream
public void updateAsciiStream(int arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException- 指定者:
updateAsciiStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateAsciiStream
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException- 指定者:
updateAsciiStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateAsciiStream
public void updateAsciiStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException- 指定者:
updateAsciiStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateAsciiStream
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException- 指定者:
updateAsciiStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBigDecimal
public void updateBigDecimal(int arg0, java.math.BigDecimal arg1) throws java.sql.SQLException- 指定者:
updateBigDecimal在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBigDecimal
public void updateBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1) throws java.sql.SQLException- 指定者:
updateBigDecimal在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBinaryStream
public void updateBinaryStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException- 指定者:
updateBinaryStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBinaryStream
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException- 指定者:
updateBinaryStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBinaryStream
public void updateBinaryStream(int arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException- 指定者:
updateBinaryStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBinaryStream
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException- 指定者:
updateBinaryStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBinaryStream
public void updateBinaryStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException- 指定者:
updateBinaryStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBinaryStream
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException- 指定者:
updateBinaryStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBlob
public void updateBlob(int arg0, java.sql.Blob arg1) throws java.sql.SQLException- 指定者:
updateBlob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBlob
public void updateBlob(java.lang.String arg0, java.sql.Blob arg1) throws java.sql.SQLException- 指定者:
updateBlob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBlob
public void updateBlob(int arg0, java.io.InputStream arg1) throws java.sql.SQLException- 指定者:
updateBlob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBlob
public void updateBlob(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException- 指定者:
updateBlob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBlob
public void updateBlob(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException- 指定者:
updateBlob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBlob
public void updateBlob(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException- 指定者:
updateBlob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBoolean
public void updateBoolean(int arg0, boolean arg1) throws java.sql.SQLException- 指定者:
updateBoolean在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBoolean
public void updateBoolean(java.lang.String arg0, boolean arg1) throws java.sql.SQLException- 指定者:
updateBoolean在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateByte
public void updateByte(int arg0, byte arg1) throws java.sql.SQLException- 指定者:
updateByte在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateByte
public void updateByte(java.lang.String arg0, byte arg1) throws java.sql.SQLException- 指定者:
updateByte在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBytes
public void updateBytes(int arg0, byte[] arg1) throws java.sql.SQLException- 指定者:
updateBytes在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateBytes
public void updateBytes(java.lang.String arg0, byte[] arg1) throws java.sql.SQLException- 指定者:
updateBytes在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateCharacterStream
public void updateCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException- 指定者:
updateCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateCharacterStream
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException- 指定者:
updateCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateCharacterStream
public void updateCharacterStream(int arg0, java.io.Reader arg1, int arg2) throws java.sql.SQLException- 指定者:
updateCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateCharacterStream
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2) throws java.sql.SQLException- 指定者:
updateCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateCharacterStream
public void updateCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException- 指定者:
updateCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateCharacterStream
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException- 指定者:
updateCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateClob
public void updateClob(int arg0, java.sql.Clob arg1) throws java.sql.SQLException- 指定者:
updateClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateClob
public void updateClob(java.lang.String arg0, java.sql.Clob arg1) throws java.sql.SQLException- 指定者:
updateClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateClob
public void updateClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException- 指定者:
updateClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateClob
public void updateClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException- 指定者:
updateClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateClob
public void updateClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException- 指定者:
updateClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateClob
public void updateClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException- 指定者:
updateClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateDate
public void updateDate(int arg0, java.sql.Date arg1) throws java.sql.SQLException- 指定者:
updateDate在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateDate
public void updateDate(java.lang.String arg0, java.sql.Date arg1) throws java.sql.SQLException- 指定者:
updateDate在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateDouble
public void updateDouble(int arg0, double arg1) throws java.sql.SQLException- 指定者:
updateDouble在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateDouble
public void updateDouble(java.lang.String arg0, double arg1) throws java.sql.SQLException- 指定者:
updateDouble在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateFloat
public void updateFloat(int arg0, float arg1) throws java.sql.SQLException- 指定者:
updateFloat在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateFloat
public void updateFloat(java.lang.String arg0, float arg1) throws java.sql.SQLException- 指定者:
updateFloat在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateInt
public void updateInt(int arg0, int arg1) throws java.sql.SQLException- 指定者:
updateInt在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateInt
public void updateInt(java.lang.String arg0, int arg1) throws java.sql.SQLException- 指定者:
updateInt在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateLong
public void updateLong(int arg0, long arg1) throws java.sql.SQLException- 指定者:
updateLong在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateLong
public void updateLong(java.lang.String arg0, long arg1) throws java.sql.SQLException- 指定者:
updateLong在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException- 指定者:
updateNCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNCharacterStream
public void updateNCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException- 指定者:
updateNCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException- 指定者:
updateNCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNCharacterStream
public void updateNCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException- 指定者:
updateNCharacterStream在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNClob
public void updateNClob(int arg0, java.sql.NClob arg1) throws java.sql.SQLException- 指定者:
updateNClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNClob
public void updateNClob(java.lang.String arg0, java.sql.NClob arg1) throws java.sql.SQLException- 指定者:
updateNClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNClob
public void updateNClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException- 指定者:
updateNClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNClob
public void updateNClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException- 指定者:
updateNClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNClob
public void updateNClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException- 指定者:
updateNClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNClob
public void updateNClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException- 指定者:
updateNClob在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNString
public void updateNString(int arg0, java.lang.String arg1) throws java.sql.SQLException- 指定者:
updateNString在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNString
public void updateNString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException- 指定者:
updateNString在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNull
public void updateNull(int arg0) throws java.sql.SQLException- 指定者:
updateNull在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateNull
public void updateNull(java.lang.String arg0) throws java.sql.SQLException- 指定者:
updateNull在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateObject
public void updateObject(int arg0, java.lang.Object arg1) throws java.sql.SQLException- 指定者:
updateObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateObject
public void updateObject(java.lang.String arg0, java.lang.Object arg1) throws java.sql.SQLException- 指定者:
updateObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateObject
public void updateObject(int arg0, java.lang.Object arg1, int arg2) throws java.sql.SQLException- 指定者:
updateObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateObject
public void updateObject(java.lang.String arg0, java.lang.Object arg1, int arg2) throws java.sql.SQLException- 指定者:
updateObject在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateRef
public void updateRef(int arg0, java.sql.Ref arg1) throws java.sql.SQLException- 指定者:
updateRef在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateRef
public void updateRef(java.lang.String arg0, java.sql.Ref arg1) throws java.sql.SQLException- 指定者:
updateRef在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateRow
public void updateRow() throws java.sql.SQLException- 指定者:
updateRow在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateRowId
public void updateRowId(int arg0, java.sql.RowId arg1) throws java.sql.SQLException- 指定者:
updateRowId在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateRowId
public void updateRowId(java.lang.String arg0, java.sql.RowId arg1) throws java.sql.SQLException- 指定者:
updateRowId在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateSQLXML
public void updateSQLXML(int arg0, java.sql.SQLXML arg1) throws java.sql.SQLException- 指定者:
updateSQLXML在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateSQLXML
public void updateSQLXML(java.lang.String arg0, java.sql.SQLXML arg1) throws java.sql.SQLException- 指定者:
updateSQLXML在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateShort
public void updateShort(int arg0, short arg1) throws java.sql.SQLException- 指定者:
updateShort在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateShort
public void updateShort(java.lang.String arg0, short arg1) throws java.sql.SQLException- 指定者:
updateShort在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateString
public void updateString(int arg0, java.lang.String arg1) throws java.sql.SQLException- 指定者:
updateString在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateString
public void updateString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException- 指定者:
updateString在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateTime
public void updateTime(int arg0, java.sql.Time arg1) throws java.sql.SQLException- 指定者:
updateTime在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateTime
public void updateTime(java.lang.String arg0, java.sql.Time arg1) throws java.sql.SQLException- 指定者:
updateTime在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateTimestamp
public void updateTimestamp(int arg0, java.sql.Timestamp arg1) throws java.sql.SQLException- 指定者:
updateTimestamp在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
updateTimestamp
public void updateTimestamp(java.lang.String arg0, java.sql.Timestamp arg1) throws java.sql.SQLException- 指定者:
updateTimestamp在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
wasNull
public boolean wasNull() throws java.sql.SQLException- 指定者:
wasNull在接口中java.sql.ResultSet- 抛出:
java.sql.SQLException
-
-