Class ResultRow


  • public class ResultRow
    extends Object
    • Constructor Detail

      • ResultRow

        protected ResultRow​(List<com.fasterxml.jackson.databind.JsonNode> columns)
    • Method Detail

      • getColumn

        public com.fasterxml.jackson.databind.JsonNode getColumn​(int columnIndex)
      • getColumns

        public List<com.fasterxml.jackson.databind.JsonNode> getColumns()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object