| Package | Description |
|---|---|
| com.vaadin.v7.data.util.sqlcontainer.connection | |
| com.vaadin.v7.data.util.sqlcontainer.query |
| Modifier and Type | Class and Description |
|---|---|
class |
J2EEConnectionPool
Deprecated.
As of 8.0, no replacement available.
|
class |
SimpleJDBCConnectionPool
Deprecated.
As of 8.0, no replacement available.
|
| Constructor and Description |
|---|
FreeformQuery(String queryString,
JDBCConnectionPool connectionPool,
String... primaryKeyColumns)
Deprecated.
Creates a new freeform query delegate to be used with the
SQLContainer. |
FreeformQuery(String queryString,
List<String> primaryKeyColumns,
JDBCConnectionPool connectionPool)
Deprecated.
|
TableQuery(String tableName,
JDBCConnectionPool connectionPool)
Deprecated.
Creates a new TableQuery using the given connection pool and table name
to fetch the data from.
|
TableQuery(String tableName,
JDBCConnectionPool connectionPool,
SQLGenerator sqlGenerator)
Deprecated.
Creates a new TableQuery using the given connection pool, SQL generator
and table name to fetch the data from.
|
TableQuery(String catalogName,
String schemaName,
String tableName,
JDBCConnectionPool connectionPool,
SQLGenerator sqlGenerator)
Deprecated.
Creates a new TableQuery using the given connection pool, SQL generator
and table name to fetch the data from.
|
TableQuery(String catalogName,
String schemaName,
String tableName,
JDBCConnectionPool connectionPool,
SQLGenerator sqlGenerator,
boolean escapeNames)
Deprecated.
Creates a new TableQuery using the given connection pool, SQL generator
and table name to fetch the data from.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.