Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.jdbc.SQLInfo.SQLInfoSelect

Packages that use SQLInfo.SQLInfoSelect
org.nuxeo.ecm.core.storage.sql.jdbc   
 

Uses of SQLInfo.SQLInfoSelect in org.nuxeo.ecm.core.storage.sql.jdbc
 

Fields in org.nuxeo.ecm.core.storage.sql.jdbc declared as SQLInfo.SQLInfoSelect
 SQLInfo.SQLInfoSelect SQLInfo.SQLInfoSelection.selectAll
           
 SQLInfo.SQLInfoSelect SQLInfo.SQLInfoSelection.selectFiltered
           
 SQLInfo.SQLInfoSelect QueryMaker.Query.selectInfo
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return SQLInfo.SQLInfoSelect
 SQLInfo.SQLInfoSelect SQLInfo.getSelectAncestorsIds()
          Select all ancestors ids for several fragments.
 SQLInfo.SQLInfoSelect SQLInfo.getSelectFragmentsByIds(String tableName, int nids)
          Select by ids for all values of several fragments.
 SQLInfo.SQLInfoSelect SQLInfo.getSelectFragmentsByIds(String tableName, int nids, String[] orderBys, Set<String> skipColumns)
          Select by ids for all values of several fragments (maybe ordered along columns -- for collection fragments retrieval).
 SQLInfo.SQLInfoSelect SQLInfo.getSelectParentIds(int nids)
          Select parentid by ids for all values of several fragments.
 SQLInfo.SQLInfoSelect SQLInfo.getUpdateById(String tableName, Collection<String> keys)
           
static SQLInfo.SQLInfoSelect SQLInfo.makeSelect(Table table, String[] orderBys, String... freeColumns)
          Basic SELECT x, y, z FROM table WHERE a = ? AND b = ?
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.