类 IoTDBNonAlignJDBCResultSet

  • 所有已实现的接口:
    java.lang.AutoCloseable, java.sql.ResultSet, java.sql.Wrapper

    public class IoTDBNonAlignJDBCResultSet
    extends AbstractIoTDBJDBCResultSet
    • 方法详细资料

      • getLong

        public long getLong​(java.lang.String columnName)
                     throws java.sql.SQLException
        指定者:
        getLong 在接口中 java.sql.ResultSet
        指定者:
        getLong 在类中 AbstractIoTDBJDBCResultSet
        抛出:
        java.sql.SQLException
      • fetchResults

        protected boolean fetchResults()
                                throws java.sql.SQLException
        抛出:
        java.sql.SQLException
      • hasCachedResults

        protected boolean hasCachedResults()
      • constructOneRow

        protected void constructOneRow()
      • checkRecord

        protected void checkRecord()
                            throws java.sql.SQLException
        抛出:
        java.sql.SQLException
      • getValueByName

        protected java.lang.String getValueByName​(java.lang.String columnName)
                                           throws java.sql.SQLException
        抛出:
        java.sql.SQLException
      • getObjectByName

        protected java.lang.Object getObjectByName​(java.lang.String columnName)
                                            throws java.sql.SQLException
        抛出:
        java.sql.SQLException
      • getOperationType

        public java.lang.String getOperationType()
      • getSgColumns

        public java.util.List<java.lang.String> getSgColumns()