public static class Lattice.BaseColumn extends Lattice.Column
| Modifier and Type | Field and Description |
|---|---|
String |
column
Name of the column.
|
String |
table
Alias of the table reference that the column belongs to.
|
alias, ordinal| Modifier and Type | Method and Description |
|---|---|
String |
defaultAlias()
The alias that SQL would give to this expression.
|
List<String> |
identifiers() |
void |
toSql(Lattice.SqlWriter writer) |
String |
toString() |
compareTo, equals, hashCodepublic final String table
public final String column
public void toSql(Lattice.SqlWriter writer)
toSql in class Lattice.Columnpublic String defaultAlias()
Lattice.ColumndefaultAlias in class Lattice.ColumnCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.