Class TSDBResultSetRowData


  • public class TSDBResultSetRowData
    extends Object
    • Constructor Detail

      • TSDBResultSetRowData

        public TSDBResultSetRowData​(int colSize)
      • TSDBResultSetRowData

        public TSDBResultSetRowData()
    • Method Detail

      • clear

        public void clear()
      • wasNull

        public boolean wasNull​(int col)
      • setBoolean

        public void setBoolean​(int col,
                               boolean value)
      • setByte

        public void setByte​(int col,
                            byte value)
      • setShort

        public void setShort​(int col,
                             short value)
      • setInt

        public void setInt​(int col,
                           int value)
      • setLong

        public void setLong​(int col,
                            long value)
      • setFloat

        public void setFloat​(int col,
                             float value)
      • setDouble

        public void setDouble​(int col,
                              double value)
      • setString

        public void setString​(int col,
                              String value)
      • setByteArray

        public void setByteArray​(int col,
                                 byte[] value)
      • getString

        public String getString​(int col,
                                int srcType)
                         throws SQLException
        The original type may not be a string type, but will be converted to by calling this method
        Parameters:
        col - column index
        Returns:
        Throws:
        SQLException
      • setTimestamp

        public void setTimestamp​(int col,
                                 long ts)
      • getTimestamp

        public Timestamp getTimestamp​(int col)
      • get

        public Object get​(int col)
      • getColSize

        public int getColSize()
      • setColSize

        public void setColSize​(int colSize)