public class GridSqlColumn extends GridSqlElement
| Constructor and Description |
|---|
GridSqlColumn(org.gridgain.internal.h2.table.Column col,
GridSqlAst from,
String colName) |
GridSqlColumn(org.gridgain.internal.h2.table.Column col,
GridSqlAst from,
String schema,
String tblAlias,
String colName) |
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.internal.h2.table.Column |
column() |
String |
columnName() |
Object |
defaultValue() |
GridSqlAst |
expressionInFrom() |
void |
expressionInFrom(GridSqlAlias from) |
String |
getSQL() |
int |
precision() |
int |
scale() |
String |
schema() |
String |
tableAlias() |
void |
tableAlias(String tblAlias) |
addChild, child, child, child, equals, hashCode, resultType, resultType, size, toStringpublic GridSqlColumn(org.gridgain.internal.h2.table.Column col,
GridSqlAst from,
String colName)
col - Column.from - From.colName - Column name.public GridSqlColumn(org.gridgain.internal.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 tableAlias()
public String getSQL()
public GridSqlAst expressionInFrom()
public void expressionInFrom(GridSqlAlias from)
from - Expression in from.public Object defaultValue()
public int precision()
public int scale()
public org.gridgain.internal.h2.table.Column column()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025