Nuxeo Enterprise Platform 5.4

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 QueryMaker.Query.selectInfo
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return SQLInfo.SQLInfoSelect
 SQLInfo.SQLInfoSelect SQLInfo.getSelectFragmentsByIds(java.lang.String tableName, int nids)
          Select by ids for all values of several fragments.
 SQLInfo.SQLInfoSelect SQLInfo.getSelectFragmentsByIds(java.lang.String tableName, int nids, java.lang.String[] orderBys, java.util.Set<java.lang.String> skipColumns)
          Select by ids for all values of several fragments (maybe ordered along columns -- for collection fragments retrieval).
 SQLInfo.SQLInfoSelect SQLInfo.getUpdateById(java.lang.String tableName, java.util.Collection<java.lang.String> keys)
           
 SQLInfo.SQLInfoSelect SQLInfo.makeJoinSelect(Table table, java.lang.String[] freeColumns, Table joinTable, java.lang.String[] joinCriteria)
          Joining SELECT T.x, T.y, T.z FROM T, U WHERE T.id = U.id AND T.a = ?
 SQLInfo.SQLInfoSelect SQLInfo.makeJoinSelect(Table table, java.lang.String[] freeColumns, Table joinTable, java.lang.String[] joinCriteria, java.lang.String[] orderBys)
          Joining SELECT T.x, T.y, T.z FROM T, U WHERE T.id = U.id AND T.a = ?
 SQLInfo.SQLInfoSelect SQLInfo.makeSelect(Table table, java.lang.String... freeColumns)
          Basic SELECT x, y, z FROM table WHERE a = ?
 SQLInfo.SQLInfoSelect SQLInfo.makeSelect(Table table, java.lang.String[] orderBys, java.lang.String... freeColumns)
          Basic SELECT with optional ORDER BY x, y DESC
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.