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 | Field and Description |
---|---|
protected Map<String,List<SQLStatement>> |
SQLInfo.sqlStatements |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<SQLStatement>> |
SQLStatement.read(String filename,
Map<String,List<SQLStatement>> statements)
Reads SQL statements from a text file.
|
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.
|
static Map<String,List<SQLStatement>> |
SQLStatement.read(String filename,
Map<String,List<SQLStatement>> statements)
Reads SQL statements from a text file.
|
Copyright © 2015 Nuxeo SA. All rights reserved.