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() |
int |
hashCode() |
ConcurrentMap<String,DataMatrix> |
matrixData() |
ConcurrentMap<String,DataMatrix> |
matrixKey() |
DataRow |
request(Record record)
Request Data Processing
|
<ID> DataRow |
setKey(ID id) |
boolean |
succeed() |
DataRow |
success(String table) |
DataRow |
success(String table,
org.jooq.Record record,
Set<String> projection)
Response Data Processing
|
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 DataRow success(String table, org.jooq.Record record, Set<String> projection)
Response Data Processing
public boolean succeed()
public void appendConsole(StringBuilder source)
Copyright © 2021. All rights reserved.