|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
railo.runtime.sql | |
railo.runtime.sql.exp |
Uses of Column in railo.runtime.sql |
---|
Methods in railo.runtime.sql that return Column | |
---|---|
Column[] |
Select.getFroms()
|
Column[] |
Select.getGroupbys()
|
Column[] |
Selects.getOrderbys()
|
Column[] |
Selects.getTables()
|
Methods in railo.runtime.sql with parameters of type Column | |
---|---|
void |
Select.addFromExpression(Column exp)
|
void |
Select.addGroupByExpression(Column col)
|
void |
Selects.addOrderByExpression(Column exp)
|
Uses of Column in railo.runtime.sql.exp |
---|
Classes in railo.runtime.sql.exp that implement Column | |
---|---|
class |
ColumnExpression
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |