railo.runtime.sql
Class Selects

java.lang.Object
  extended by railo.runtime.sql.Selects

public class Selects
extends Object


Constructor Summary
Selects()
           
 
Method Summary
static String _toString(Selects __selects)
           
 void addOrderByExpression(Column exp)
           
 void addSelect(Select select)
           
 Column[] getOrderbys()
           
 Select[] getSelects()
           
 Column[] getTables()
           
 boolean isDistinct()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Selects

public Selects()
Method Detail

addOrderByExpression

public void addOrderByExpression(Column exp)

getOrderbys

public Column[] getOrderbys()
Returns:
the orderbys

addSelect

public void addSelect(Select select)

getSelects

public Select[] getSelects()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

_toString

public static String _toString(Selects __selects)

getTables

public Column[] getTables()

isDistinct

public boolean isDistinct()


Copyright © 2012 Railo