Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCConnection

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

Uses of JDBCConnection in org.nuxeo.ecm.core.storage.sql.jdbc
 

Subclasses of JDBCConnection in org.nuxeo.ecm.core.storage.sql.jdbc
 class JDBCMapper
          A JDBCMapper maps objects to and from a JDBC database.
 class JDBCRowMapper
          A JDBCRowMapper maps Rows to and from a JDBC database.
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type JDBCConnection
 void SQLInfo.executeSQLStatements(java.lang.String category, JDBCConnection jdbc)
          Executes the SQL statements for the given category.
 

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

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.