Nuxeo Enterprise Platform 5.4

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 java.lang.Object

A SQL query that can be executed by the backend.


Field Summary
 SQLInfo.SQLInfoSelect selectInfo
           
 java.util.List<java.io.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 java.util.List<java.io.Serializable> selectParams
Constructor Detail

QueryMaker.Query

public QueryMaker.Query()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.