Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql.jdbc |
Modifier and Type | Field and Description |
---|---|
SQLInfo.SQLInfoSelect |
SQLInfo.SQLInfoSelection.selectAll |
SQLInfo.SQLInfoSelect |
SQLInfo.SQLInfoSelection.selectFiltered |
SQLInfo.SQLInfoSelect |
QueryMaker.Query.selectInfo |
Modifier and Type | Method and Description |
---|---|
SQLInfo.SQLInfoSelect |
SQLInfo.getCopyHier(boolean explicitName) |
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 = ?
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.