public class DataRow extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
appendConsole(StringBuilder source) |
boolean |
equals(Object o) |
Object |
getId() |
DataKey |
getKey() |
Record |
getRecord() |
Record |
getRowRecord() |
int |
hashCode() |
ConcurrentMap<String,DataMatrix> |
matrixData() |
ConcurrentMap<String,DataMatrix> |
matrixKey() |
DataRow |
setData(Record record) |
<ID> DataRow |
setKey(ID id) |
boolean |
succeed() |
DataRow |
success(String table) |
DataRow |
success(String table,
org.jooq.Record record,
Set<String> projection) |
public DataRow(DataTpl tpl)
public ConcurrentMap<String,DataMatrix> matrixKey()
public ConcurrentMap<String,DataMatrix> matrixData()
public DataKey getKey()
public <ID> DataRow setKey(ID id)
public Object getId()
public Record getRecord()
public Record getRowRecord()
public boolean succeed()
public void appendConsole(StringBuilder source)
Copyright © 2020. All rights reserved.