Class KustoResultSetTable


  • public class KustoResultSetTable
    extends Object
    • Method Detail

      • getTableName

        public String getTableName()
      • setTableName

        public void setTableName​(String tableName)
      • getTableId

        public String getTableId()
      • getCurrentRow

        public List<Object> getCurrentRow()
      • next

        public boolean next()
      • getString

        public String getString​(int columnIndex)
      • getBoolean

        public boolean getBoolean​(int columnIndex)
      • getBooleanObject

        public Boolean getBooleanObject​(int columnIndex)
      • getByte

        public byte getByte​(int columnIndex)
      • getShort

        public short getShort​(int columnIndex)
      • getShortObject

        public Short getShortObject​(int columnIndex)
      • getInt

        public int getInt​(int columnIndex)
      • getIntegerObject

        public Integer getIntegerObject​(int columnIndex)
      • getLong

        public long getLong​(int columnIndex)
      • getLongObject

        public Long getLongObject​(int columnIndex)
      • getFloat

        public float getFloat​(int columnIndex)
      • getFloatObject

        public Float getFloatObject​(int columnIndex)
      • getDouble

        public double getDouble​(int columnIndex)
      • getDoubleObject

        public Double getDoubleObject​(int columnIndex)
      • getBytes

        public byte[] getBytes​(int columnIndex)
      • getTime

        public Time getTime​(int columnIndex)
      • getString

        public String getString​(String columnName)
      • getBoolean

        public boolean getBoolean​(String columnName)
      • getBooleanObject

        public Boolean getBooleanObject​(String columnName)
      • getByte

        public byte getByte​(String columnName)
      • getShort

        public short getShort​(String columnName)
      • getShortObject

        public Short getShortObject​(String columnName)
      • getInt

        public int getInt​(String columnName)
      • getIntegerObject

        public Integer getIntegerObject​(String columnName)
      • getLong

        public long getLong​(String columnName)
      • getLongObject

        public Long getLongObject​(String columnName)
      • getFloat

        public float getFloat​(String columnName)
      • getFloatObject

        public Float getFloatObject​(String columnName)
      • getDouble

        public double getDouble​(String columnName)
      • getDoubleObject

        public Double getDoubleObject​(String columnName)
      • getBytes

        public byte[] getBytes​(String columnName)
      • getObject

        public Object getObject​(int columnIndex)
      • getObject

        public Object getObject​(String columnName)
      • getJSONObject

        public org.json.JSONObject getJSONObject​(String colName)
      • getJSONObject

        public org.json.JSONObject getJSONObject​(int columnIndex)
      • getUUID

        public UUID getUUID​(int columnIndex)
      • getUUID

        public UUID getUUID​(String columnName)
      • findColumn

        public int findColumn​(String columnName)
      • getCharacterStream

        public Reader getCharacterStream​(int columnIndex)
      • getCharacterStream

        public Reader getCharacterStream​(String columnName)
      • getBigDecimal

        public BigDecimal getBigDecimal​(int columnIndex)
      • isBeforeFirst

        public boolean isBeforeFirst()
      • isAfterLast

        public boolean isAfterLast()
      • isLast

        public boolean isLast()
      • beforeFirst

        public void beforeFirst()
      • first

        public boolean first()
      • last

        public boolean last()
      • relative

        public boolean relative​(int columnIndex)
      • getArray

        public Array getArray​(int columnIndex)
      • getArray

        public Array getArray​(String columnName)
      • getKustoDateTime

        public LocalDateTime getKustoDateTime​(int columnIndex)
      • getDate

        public Date getDate​(int columnIndex,
                            Calendar calendar)
                     throws SQLException
        This will cut the date up to yyyy-MM-dd'T'HH:mm:ss.SSS
        Parameters:
        columnIndex - Column index that contains the date
        calendar - Calendar container appropriate timezone
        Returns:
        Date
        Throws:
        SQLException - throws SQLException if date can't be parsed
      • getLocalTime

        public LocalTime getLocalTime​(int columnIndex)
      • count

        public int count()
      • isNull

        public boolean isNull​(int columnIndex)