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 java.util.Map<java.lang.String,java.util.List<SQLStatement>> SQLStatement.read(java.lang.String filename, java.util.Map<java.lang.String,java.util.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(java.util.List<SQLStatement> statements, java.util.Map<java.lang.String,java.io.Serializable> properties, JDBCConnection jdbc)
          Executes a list of SQL statements, following the tags.
static java.util.Map<java.lang.String,java.util.List<SQLStatement>> SQLStatement.read(java.lang.String filename, java.util.Map<java.lang.String,java.util.List<SQLStatement>> statements)
          Reads SQL statements from a text file.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.