Interface | Description |
---|---|
CollectionIO |
Interface for a class that knows how to get a collection's value from a
result set, and set a collection's values to a prepared statement (and
execute it).
|
QueryMaker |
A Query Maker, that can transform a query string into a SQL statement.
|
QueryMakerService |
Service for the registration of QueryMaker classes.
|
SQLInfo.MapMaker |
Knows how to build a result map for a row given a
ResultSet . |
Class | Description |
---|---|
ACLCollectionIO |
Collection IO for arrays of ACLs.
|
ClusterNodeHandler |
Encapsulates cluster node operations.
|
JDBCBackend |
JDBC Backend for a repository.
|
JDBCConnection |
Holds a connection to a JDBC database.
|
JDBCConnectionPropagator |
Knows all the
JDBCConnection s in use by a backend, so that they can
notify each other when there's a connection failure. |
JDBCLogger |
Logger used for debugging.
|
JDBCMapper |
A
JDBCMapper maps objects to and from a JDBC database. |
JDBCRowMapper |
A
JDBCRowMapper maps Row s to and from a JDBC database. |
NXQLQueryMaker |
Transformer of NXQL queries into underlying SQL queries to the actual
database.
|
QueryMaker.Query |
A SQL query that can be executed by the backend.
|
QueryMakerDescriptor |
Descriptor for the registration of a QueryMaker.
|
QueryMakerServiceImpl |
Service for the registration of QueryMaker classes.
|
ResultSetQueryResult |
Iterable query result implemented as a cursor on a SQL
ResultSet . |
ScalarCollectionIO |
Collection IO for arrays of scalar values.
|
SQLInfo | |
SQLInfo.ColumnMapMaker |
Builds the map from a result set given a list of columns and column keys.
|
SQLInfo.SQLInfoSelect | |
TableUpgrader |
Helper to provide SQL migration calls while adding a column.
|
Enum | Description |
---|---|
NXQLQueryMaker.DocKind |
Exception | Description |
---|---|
QueryMaker.QueryCannotMatchException | |
QueryMaker.QueryMakerException |
Copyright © 2011 Nuxeo SA. All Rights Reserved.