类 IoTDBQueryResultSet

  • 所有已实现的接口:
    java.lang.AutoCloseable, java.sql.ResultSet, java.sql.Wrapper
    直接已知子类:
    IoTDBMetadataResultSet

    public class IoTDBQueryResultSet
    extends java.lang.Object
    implements java.sql.ResultSet
    • 字段概要

      • 从接口继承的字段 java.sql.ResultSet

        CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
    • 构造器概要

      构造器 
      构造器 说明
      IoTDBQueryResultSet()  
      IoTDBQueryResultSet​(java.sql.Statement statement, java.util.List<java.lang.String> columnName, org.apache.iotdb.service.rpc.thrift.TSIService.Iface client, org.apache.iotdb.service.rpc.thrift.TSOperationHandle operationHandle, java.lang.String sql, java.lang.String aggregations, java.util.List<java.lang.String> columnTypeList, long queryId)  
    • 构造器详细资料

      • IoTDBQueryResultSet

        public IoTDBQueryResultSet()
      • IoTDBQueryResultSet

        public IoTDBQueryResultSet​(java.sql.Statement statement,
                                   java.util.List<java.lang.String> columnName,
                                   org.apache.iotdb.service.rpc.thrift.TSIService.Iface client,
                                   org.apache.iotdb.service.rpc.thrift.TSOperationHandle operationHandle,
                                   java.lang.String sql,
                                   java.lang.String aggregations,
                                   java.util.List<java.lang.String> columnTypeList,
                                   long queryId)
                            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)
                       throws java.sql.SQLException
        指定者:
        findColumn 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • 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()
                           throws java.sql.SQLException
        指定者:
        getConcurrency 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • 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()
                              throws java.sql.SQLException
        指定者:
        getFetchDirection 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • 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 long getLong​(java.lang.String columnName)
                     throws java.sql.SQLException
        指定者:
        getLong 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • getMetaData

        public java.sql.ResultSetMetaData getMetaData()
                                               throws java.sql.SQLException
        指定者:
        getMetaData 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • 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()
                                        throws java.sql.SQLException
        指定者:
        getStatement 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • 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()
                    throws java.sql.SQLException
        指定者:
        getType 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • 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()
                                        throws java.sql.SQLException
        指定者:
        getWarnings 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • 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()
                         throws java.sql.SQLException
        指定者:
        isClosed 在接口中 java.sql.ResultSet
        抛出:
        java.sql.SQLException
      • 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
      • isIgnoreTimeStamp

        public boolean isIgnoreTimeStamp()
      • setIgnoreTimeStamp

        public void setIgnoreTimeStamp​(boolean ignoreTimeStamp)