Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql.jdbc | |
org.nuxeo.ecm.core.storage.sql.jdbc.dialect |
Database
Dialect s implementations;
a Dialect encapsulates knowledge about database-specific behavior. |
Modifier and Type | Class and Description |
---|---|
class |
JDBCMapper
A
JDBCMapper maps objects to and from a JDBC database. |
class |
JDBCRowMapper
A
JDBCRowMapper maps Row s to and from a JDBC database. |
Modifier and Type | Field and Description |
---|---|
List<JDBCConnection> |
JDBCConnectionPropagator.connections |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConnectionPropagator.addConnection(JDBCConnection connection) |
void |
JDBCConnectionPropagator.checkConnectionValid(JDBCConnection exclude)
Notifies all connection that they must check their validity.
|
void |
ScalarCollectionIO.executeInserts(PreparedStatement ps,
List<Row> rows,
List<Column> columns,
boolean supportsBatchUpdates,
String sql,
JDBCConnection connection) |
void |
CollectionIO.executeInserts(PreparedStatement ps,
List<Row> rows,
List<Column> columns,
boolean supportsBatchUpdates,
String sql,
JDBCConnection connection)
Sets the values of a fragment to a SQL prepared statement, and executes
the statement for each value.
|
void |
ACLCollectionIO.executeInserts(PreparedStatement ps,
List<Row> rows,
List<Column> columns,
boolean supportsBatchUpdates,
String sql,
JDBCConnection connection) |
void |
SQLInfo.executeSQLStatements(String category,
JDBCConnection jdbc)
Executes the SQL statements for the given category.
|
void |
JDBCConnectionPropagator.removeConnection(JDBCConnection connection) |
Modifier and Type | Method and Description |
---|---|
static void |
SQLStatement.execute(List<SQLStatement> statements,
Map<String,Serializable> properties,
JDBCConnection jdbc)
Executes a list of SQL statements, following the tags.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.