Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql.jdbc
Class QueryMaker.Query

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.jdbc.QueryMaker.Query
Enclosing interface:
QueryMaker

public static class QueryMaker.Query
extends Object

A SQL query that can be executed by the backend.


Field Summary
 SQLInfo.SQLInfoSelect selectInfo
           
 List<Serializable> selectParams
           
 
Constructor Summary
QueryMaker.Query()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectInfo

public SQLInfo.SQLInfoSelect selectInfo

selectParams

public List<Serializable> selectParams
Constructor Detail

QueryMaker.Query

public QueryMaker.Query()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.