Uses of Interface
com.vaadin.data.util.sqlcontainer.connection.JDBCConnectionPool

Packages that use JDBCConnectionPool
com.vaadin.data.util.sqlcontainer.connection   
com.vaadin.data.util.sqlcontainer.query   
 

Uses of JDBCConnectionPool in com.vaadin.data.util.sqlcontainer.connection
 

Classes in com.vaadin.data.util.sqlcontainer.connection that implement JDBCConnectionPool
 class J2EEConnectionPool
           
 class SimpleJDBCConnectionPool
          Simple implementation of the JDBCConnectionPool interface.
 

Uses of JDBCConnectionPool in com.vaadin.data.util.sqlcontainer.query
 

Constructors in com.vaadin.data.util.sqlcontainer.query with parameters of type JDBCConnectionPool
FreeformQuery(String queryString, JDBCConnectionPool connectionPool, String... primaryKeyColumns)
          Creates a new freeform query delegate to be used with the SQLContainer.
FreeformQuery(String queryString, List<String> primaryKeyColumns, JDBCConnectionPool connectionPool)
          Deprecated. @see FreeformQuery.FreeformQuery(String, JDBCConnectionPool, String...)
TableQuery(String tableName, JDBCConnectionPool connectionPool)
          Creates a new TableQuery using the given connection pool and table name to fetch the data from.
TableQuery(String tableName, JDBCConnectionPool connectionPool, SQLGenerator sqlGenerator)
          Creates a new TableQuery using the given connection pool, SQL generator and table name to fetch the data from.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.