Uses of Class
io.vertx.tp.atom.modeling.element.DataRow
-
Packages that use DataRow Package Description io.vertx.tp.atom.modeling.data io.vertx.tp.atom.modeling.element io.vertx.tp.modular.io io.vertx.tp.modular.jooq.internal -
-
Uses of DataRow in io.vertx.tp.atom.modeling.data
Methods in io.vertx.tp.atom.modeling.data that return DataRow Modifier and Type Method Description DataRowDataEvent. dataRow()Methods in io.vertx.tp.atom.modeling.data that return types with arguments of type DataRow Modifier and Type Method Description List<DataRow>DataEvent. dataRows()Method parameters in io.vertx.tp.atom.modeling.data with type arguments of type DataRow Modifier and Type Method Description DataEventDataEvent. stored(List<DataRow> rows) -
Uses of DataRow in io.vertx.tp.atom.modeling.element
Methods in io.vertx.tp.atom.modeling.element that return DataRow Modifier and Type Method Description DataRowDataRow. request(Record record)Request Data Processing<ID> DataRowDataRow. setKey(ID id)DataRowDataRow. success(String table)DataRowDataRow. success(String table, org.jooq.Record record, Set<String> projection)Response Data Processing -
Uses of DataRow in io.vertx.tp.modular.io
Methods in io.vertx.tp.modular.io that return types with arguments of type DataRow Modifier and Type Method Description List<DataRow>AbstractIo. getRows()List<DataRow>AoIo. getRows()Method parameters in io.vertx.tp.modular.io with type arguments of type DataRow Modifier and Type Method Description AoIoAbstractIo. on(List<DataRow> input)AoIoAoIo. on(List<DataRow> rows)protected AoIoAbstractIo. saveRow(Supplier<DataRow> supplier)protected AoIoAbstractIo. saveRows(Supplier<List<DataRow>> supplier) -
Uses of DataRow in io.vertx.tp.modular.jooq.internal
Method parameters in io.vertx.tp.modular.jooq.internal with type arguments of type DataRow Modifier and Type Method Description static ConcurrentMap<String,List<DataMatrix>>Jq. argBatch(List<DataRow> rows)
-