java.lang.Object
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:
  • Constructor Details

    • Select

      public Select(Table table)
  • Method Details

    • 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()