public class GridSqlColumn extends GridSqlElement
| Constructor and Description |
|---|
GridSqlColumn(org.h2.table.Column col,
GridSqlAst from,
String colName) |
GridSqlColumn(org.h2.table.Column col,
GridSqlAst from,
String schema,
String tblAlias,
String colName) |
| Modifier and Type | Method and Description |
|---|---|
org.h2.table.Column |
column() |
String |
columnName() |
Object |
defaultValue() |
GridSqlAst |
expressionInFrom() |
void |
expressionInFrom(GridSqlAlias from) |
String |
getSQL() |
String |
schema() |
void |
tableAlias(String tblAlias) |
addChild, child, child, child, equals, hashCode, resultType, resultType, size, toStringpublic GridSqlColumn(org.h2.table.Column col,
GridSqlAst from,
String colName)
col - Column.from - From.colName - Column name.public GridSqlColumn(org.h2.table.Column col,
GridSqlAst from,
String schema,
String tblAlias,
String colName)
col - Column.from - From.schema - Schema name.tblAlias - Table alias.colName - Column name.public String columnName()
public String schema()
public void tableAlias(String tblAlias)
tblAlias - Table alias.public String getSQL()
public GridSqlAst expressionInFrom()
public void expressionInFrom(GridSqlAlias from)
from - Expression in from.public Object defaultValue()
public org.h2.table.Column column()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018