public class RowNode extends DALNode
positionBegin| Constructor and Description |
|---|
RowNode(DALNode prefix,
DALNode cell) |
RowNode(DALNode prefix,
java.util.List<DALNode> cells) |
| Modifier and Type | Method and Description |
|---|---|
com.github.leeonky.dal.ast.table.RowKeyType |
combineRowKey(com.github.leeonky.dal.ast.table.RowKeyType rowKeyType) |
java.util.List<DALNode> |
getCells() |
java.lang.String |
inspect() |
boolean |
isData() |
RowNode |
merge(RowNode rowNode) |
boolean |
specialRow() |
Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode> |
verificationClause(DALOperator operator,
com.github.leeonky.dal.ast.table.RowKeyType rowKeyType) |
bracketSymbolNode, constFalse, constNode, constNull, constString, constTrue, elementSchemas, evaluate, evaluateData, getRootSymbolName, parenthesesNode, propertyChain, regex, relaxString, schema, schemas, stringSymbol, symbolNode, verify, verify, verify, verify, verifyBy, verifyBygetOperandPosition, getPositionBegin, setPositionBeginpublic Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode> verificationClause(DALOperator operator, com.github.leeonky.dal.ast.table.RowKeyType rowKeyType)
public java.util.List<DALNode> getCells()
public boolean isData()
public boolean specialRow()
public com.github.leeonky.dal.ast.table.RowKeyType combineRowKey(com.github.leeonky.dal.ast.table.RowKeyType rowKeyType)