Package ru.curs.celesta.score
Class FieldRef
java.lang.Object
ru.curs.celesta.score.Expr
ru.curs.celesta.score.FieldRef
Reference to a table column.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExprVisitor visitor) Column<?> Returns the column that the reference is pointing to.Returns column name.getMeta()Returns the expression type.Returns table name or alias.Methods inherited from class ru.curs.celesta.score.Expr
getCSQL, getSQL, resolveFieldRefs
-
Constructor Details
-
FieldRef
-
-
Method Details
-
getTableNameOrAlias
Returns table name or alias. -
getColumnName
Returns column name. -
getMeta
Description copied from class:ExprReturns the expression type. -
getColumn
Returns the column that the reference is pointing to. -
accept
- Throws:
ParseException
-