public class GridSqlTable extends GridSqlElement
| Constructor and Description |
|---|
GridSqlTable(String schema,
String tblName) |
GridSqlTable(org.h2.table.Table tbl) |
| Modifier and Type | Method and Description |
|---|---|
GridH2Table |
dataTable() |
boolean |
equals(Object o) |
String |
getAfterAliasSQL() |
String |
getBeforeAliasSql() |
String |
getSQL() |
int |
hashCode() |
String |
schema() |
String |
tableName() |
void |
useIndexes(List<String> useIndexes) |
addChild, child, child, child, resultType, resultType, size, toStringpublic GridSqlTable(@Nullable
String schema,
String tblName)
schema - Schema.tblName - Table name.public GridSqlTable(org.h2.table.Table tbl)
tbl - Table.public String getSQL()
public String getBeforeAliasSql()
public String getAfterAliasSQL()
public void useIndexes(List<String> useIndexes)
useIndexes - List of indexes.public String schema()
public String tableName()
public GridH2Table dataTable()
public boolean equals(Object o)
equals in class GridSqlElementpublic int hashCode()
hashCode in class GridSqlElement
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018