Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.storage.sql.jdbc.dialect.SQLStatement

Packages that use SQLStatement
org.nuxeo.ecm.core.storage.sql.jdbc.dialect Database Dialects implementations; a Dialect encapsulates knowledge about database-specific behavior. 
 

Uses of SQLStatement in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect that return types with arguments of type SQLStatement
static Map<String,List<SQLStatement>> SQLStatement.read(String filename, Map<String,List<SQLStatement>> statements)
          Reads SQL statements from a text file.
 

Method parameters in org.nuxeo.ecm.core.storage.sql.jdbc.dialect with type arguments of type SQLStatement
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.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.