Class DataEvent

    • Method Detail

      • criteria

        public DataEvent criteria​(io.vertx.up.atom.query.Criteria criteria)
      • qr

        public DataEvent qr​(io.vertx.up.atom.query.engine.Qr qr)
      • getCounter

        public Long getCounter()
      • getCriteria

        public io.vertx.up.atom.query.Criteria getCriteria()
      • getProjection

        public Set<String> getProjection()
      • getPager

        public io.vertx.up.atom.query.Pager getPager()
      • getSorter

        public io.vertx.up.atom.query.Sorter getSorter()
      • dataRow

        public DataRow dataRow()
      • dataR

        public Record dataR()
      • dataRAsync

        public io.vertx.core.Future<Record> dataRAsync()
      • dataA

        public Record[] dataA()
      • dataAAsync

        public io.vertx.core.Future<Record[]> dataAAsync()
      • dataP

        public io.vertx.core.json.JsonObject dataP()
      • dataPAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> dataPAsync()
      • failure

        public void failure​(io.vertx.up.exception.WebException ex)
      • getError

        public io.vertx.up.exception.WebException getError()
      • succeed

        public Boolean succeed()
      • consoleAll

        public void consoleAll()