public class SqlColumn extends SqlNode
| Constructor and Description |
|---|
SqlColumn(int id,
ColumnMetadata metadata) |
SqlColumn(int id,
ColumnMetadata metadata,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(SqlNodeVisitor<R> visitor)
See
SqlNodeVisitor |
int |
getId() |
ColumnMetadata |
getMetadata() |
String |
getName() |
String |
getTableName() |
SqlNodeType |
getType() |
String |
toSimpleSql() |
public SqlColumn(int id,
ColumnMetadata metadata)
public SqlColumn(int id,
ColumnMetadata metadata,
String tableName)
public int getId()
public ColumnMetadata getMetadata()
public String getName()
public String getTableName()
public String toSimpleSql()
public SqlNodeType getType()
public <R> R accept(SqlNodeVisitor<R> visitor) throws AdapterException
SqlNodeSqlNodeVisitoraccept in class SqlNodeR - generic SqlNodeVisitor typevisitor - The visitor object on which the appropriate visit(sqlNode) method is calledAdapterException - can be thrownCopyright © 2019. All rights reserved.