Class ResultSet


  • public class ResultSet
    extends Object
    A collection of Rows as returned by select and other operations on OVSDB.
    • Constructor Detail

      • ResultSet

        public ResultSet()
    • Method Detail

      • getRows

        public List<Row> getRows()
      • setRows

        public void setRows​(List<Row> rows)