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, toString
addNote, addNotes, getNotes, hasNotes, hasOneNote
addNote, addNotes, getNotes, hasNotes, hasOneNote
public String getColumnName()
public SqlTable getTable()
public String getFullColumnName()
public boolean isColumn()
isColumn
in interface SqlExpr
isColumn
in class SqlExprBase
public String asString()
public void visit(SqlExprVisitor visitor)
Licenced under the Apache License, Version 2.0