Class IoTDBNonAlignJDBCResultSet

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.sql.ResultSet, java.sql.Wrapper

    public class IoTDBNonAlignJDBCResultSet
    extends AbstractIoTDBJDBCResultSet
    • Method Detail

      • getLong

        public long getLong​(java.lang.String columnName)
                     throws java.sql.SQLException
        Specified by:
        getLong in interface java.sql.ResultSet
        Specified by:
        getLong in class AbstractIoTDBJDBCResultSet
        Throws:
        java.sql.SQLException
      • fetchResults

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

        protected boolean hasCachedResults()
      • constructOneRow

        protected void constructOneRow()
      • checkRecord

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

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

        protected java.lang.Object getObjectByName​(java.lang.String columnName)
                                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException