| 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. |