Class DataRow

java.lang.Object
io.vertx.tp.atom.modeling.element.DataRow
All Implemented Interfaces:
Serializable

public class DataRow extends Object implements Serializable
## DataRow ### 1. Intro
Author:
Lang
See Also:
  • Constructor Details

    • DataRow

      public DataRow(DataTpl tpl)
  • Method Details

    • matrixKey

      public ConcurrentMap<String,DataMatrix> matrixKey()
    • matrixData

      public ConcurrentMap<String,DataMatrix> matrixData()
    • getKey

      public DataKey getKey()
    • setKey

      public <ID> DataRow setKey(ID id)
    • getId

      public Object getId()
    • getRecord

      public io.modello.specification.HRecord getRecord()
    • request

      public DataRow request(io.modello.specification.HRecord record)
      Request Data Processing
      Parameters:
      record - HRecord Input new record or existing data record here.
      Returns:
      DataRow
    • success

      public DataRow success(String table, org.jooq.Record record, Set<String> projection)
      Response Data Processing
      Parameters:
      table - String Input table name to build record ( include Joined multi tables )
      record - HRecord Output data record
      projection - Set
      Returns:
    • success

      public DataRow success(String table)
    • succeed

      public boolean succeed()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • appendConsole

      public void appendConsole(StringBuilder source)