Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.
 

Fields in org.nuxeo.ecm.core.storage.sql.jdbc with type parameters of type JDBCConnection
 List<JDBCConnection> JDBCConnectionPropagator.connections
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type JDBCConnection
 void JDBCConnectionPropagator.addConnection(JDBCConnection connection)
           
 void JDBCConnectionPropagator.checkConnectionValid(JDBCConnection exclude)
          Notifies all connection that they must check their validity.
 void SQLInfo.executeSQLStatements(String category, JDBCConnection jdbc)
          Executes the SQL statements for the given category.
 void JDBCConnectionPropagator.removeConnection(JDBCConnection connection)
           
 

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(List<SQLStatement> statements, Map<String,Serializable> properties, JDBCConnection jdbc)
          Executes a list of SQL statements, following the tags.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.