public class SqlColumn extends SqlExprBase
| Constructor and Description |
|---|
SqlColumn(SqlTable sqlTable,
String colName) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
boolean |
equals(Object other) |
String |
getColumnName() |
String |
getFullColumnName() |
SqlTable |
getTable() |
int |
hashCode() |
boolean |
isColumn() |
void |
visit(SqlExprVisitor visitor) |
asSQL, asSQL, getColumnsNeeded, isConstant, toStringaddNote, addNotes, getNotes, hasNotes, hasOneNoteaddNote, addNotes, getNotes, hasNotes, hasOneNotepublic String getColumnName()
public SqlTable getTable()
public String getFullColumnName()
public boolean isColumn()
isColumn in interface SqlExprisColumn in class SqlExprBasepublic String asString()
public void visit(SqlExprVisitor visitor)
Licenced under the Apache License, Version 2.0