|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String queryString,
JDBCConnectionPool connectionPool,
java.lang.String... primaryKeyColumns)
Creates a new freeform query delegate to be used with the SQLContainer. |
|
FreeformQuery(java.lang.String queryString,
java.util.List<java.lang.String> primaryKeyColumns,
JDBCConnectionPool connectionPool)
Deprecated. As of 6.7, @see FreeformQuery.FreeformQuery(String, JDBCConnectionPool, String...) |
|
TableQuery(java.lang.String tableName,
JDBCConnectionPool connectionPool)
Creates a new TableQuery using the given connection pool and table name to fetch the data from. |
|
TableQuery(java.lang.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. |
|
TableQuery(java.lang.String catalogName,
java.lang.String schemaName,
java.lang.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. |
|
TableQuery(java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String tableName,
JDBCConnectionPool connectionPool,
SQLGenerator sqlGenerator,
boolean escapeNames)
Creates a new TableQuery using the given connection pool, SQL generator and table name to fetch the data from. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||