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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendConsole(StringBuilder source)booleanequals(Object o)ObjectgetId()DataKeygetKey()RecordgetRecord()inthashCode()ConcurrentMap<String,DataMatrix>matrixData()ConcurrentMap<String,DataMatrix>matrixKey()DataRowrequest(Record record)Request Data Processing<ID> DataRowsetKey(ID id)booleansucceed()DataRowsuccess(String table)DataRowsuccess(String table, org.jooq.Record record, Set<String> projection)Response Data Processing
-
-
-
Constructor Detail
-
DataRow
public DataRow(DataTpl tpl)
-
-
Method Detail
-
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 Record getRecord()
-
success
public DataRow success(String table, org.jooq.Record record, Set<String> projection)
Response Data Processing
-
succeed
public boolean succeed()
-
appendConsole
public void appendConsole(StringBuilder source)
-
-