public interface GridSqlAst
| Modifier and Type | Method and Description |
|---|---|
<E extends GridSqlAst> |
child()
Get the first child.
|
<E extends GridSqlAst> |
child(int childIdx)
Get child by index.
|
<E extends GridSqlAst> |
child(int childIdx,
E child)
Set child.
|
String |
getSQL() |
GridSqlType |
resultType() |
int |
size() |
String getSQL()
int size()
<E extends GridSqlAst> E child(int childIdx)
childIdx - Index of the requested child.<E extends GridSqlAst> E child()
<E extends GridSqlAst> void child(int childIdx, E child)
childIdx - Index of the requested child.child - Child element.GridSqlType resultType()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018