Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql.jdbc.db
Class Select

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.jdbc.db.Select
All Implemented Interfaces:
Serializable

public class Select
extends Object
implements Serializable

A SELECT statement.

Author:
Florent Guillaume
See Also:
Serialized Form

Constructor Summary
Select(Table table)
           
 
Method Summary
 String getFrom()
           
 String getStatement()
           
 String getWhat()
           
 String getWhere()
           
 void setFrom(String from)
           
 void setGroupBy(String groupBy)
           
 void setOrderBy(String orderBy)
           
 void setWhat(String what)
           
 void setWhere(String where)
           
 void setWith(String with)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Select

public Select(Table table)
Method Detail

setWith

public void setWith(String with)

setWhat

public void setWhat(String what)

getWhat

public String getWhat()

setFrom

public void setFrom(String from)

getFrom

public String getFrom()

setWhere

public void setWhere(String where)

getWhere

public String getWhere()

setGroupBy

public void setGroupBy(String groupBy)

setOrderBy

public void setOrderBy(String orderBy)

getStatement

public String getStatement()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.