Package | Description |
---|---|
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.model | |
org.nuxeo.ecm.core.opencmis.impl.server | |
org.nuxeo.ecm.core.storage.dbs | |
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.core.storage.sql.coremodel | |
org.nuxeo.ecm.core.storage.sql.jdbc | |
org.nuxeo.ecm.core.storage.sql.ra | |
org.nuxeo.ecm.platform.query.nxql |
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
CoreSession.queryAndFetch(String query,
String queryType,
Object... params) |
IterableQueryResult |
AbstractSession.queryAndFetch(String query,
String queryType,
Object... params) |
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
Session.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object[] params)
Does a query and fetch the individual results as maps.
|
Modifier and Type | Class and Description |
---|---|
static class |
CMISQLtoNXQL.NXQLtoCMISIterableQueryResult
IterableQueryResult wrapping the one from the NXQL query to turn values
into CMIS ones.
|
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
CMISQLtoNXQL.getIterableQueryResult(IterableQueryResult it,
NuxeoCmisService service) |
IterableQueryResult |
NuxeoCmisService.queryAndFetch(String query,
boolean searchAllVersions)
Makes a CMISQL query to the repository and returns an
IterableQueryResult , which MUST be closed in a finally
block. |
IterableQueryResult |
NuxeoCmisService.queryAndFetch(String query,
boolean searchAllVersions,
Map<String,org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>> typeInfo)
Makes a CMISQL query to the repository and returns an
IterableQueryResult , which MUST be closed in a finally
block. |
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
CMISQLtoNXQL.getIterableQueryResult(IterableQueryResult it,
NuxeoCmisService service) |
Constructor and Description |
---|
CMISQLtoNXQL.NXQLtoCMISIterableQueryResult(IterableQueryResult it,
Map<String,String> realColumns,
Map<String,org.apache.chemistry.opencmis.server.support.query.ColumnReference> virtualColumns,
NuxeoCmisService service) |
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
DBSSession.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object[] params) |
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
UnifiedCachingMapper.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object... params) |
IterableQueryResult |
SoftRefCachingMapper.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object... params) |
IterableQueryResult |
SessionImpl.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object... params) |
IterableQueryResult |
Session.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object... params)
Makes a query to the database and returns an iterable (which must be
closed when done).
|
IterableQueryResult |
Mapper.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object... params)
Makes a query to the database and returns an iterable (which must be
closed when done).
|
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
SQLSession.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object[] params) |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetQueryResult
Iterable query result implemented as a cursor on a SQL
ResultSet . |
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
JDBCMapper.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object... params) |
Modifier and Type | Field and Description |
---|---|
IterableQueryResult |
ConnectionImpl.QueryResultContextException.queryResult |
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
ConnectionImpl.queryAndFetch(String query,
String queryType,
QueryFilter queryFilter,
Object... params) |
Constructor and Description |
---|
ConnectionImpl.QueryResultContextException(IterableQueryResult queryResult) |
Modifier and Type | Method and Description |
---|---|
IterableQueryResult |
CoreQueryAndFetchUnrestrictedSessionRunner.getResult() |
Copyright © 2014 Nuxeo SA. All rights reserved.