| Package | Description |
|---|---|
| com.vaadin.data.util.sqlcontainer.query | |
| com.vaadin.data.util.sqlcontainer.query.generator |
| Modifier and Type | Method and Description |
|---|---|
SQLGenerator |
TableQuery.getSqlGenerator() |
| Constructor and Description |
|---|
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.
|
TableQuery(String catalogName,
String schemaName,
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(String catalogName,
String schemaName,
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSQLGenerator
Generates generic SQL that is supported by HSQLDB, MySQL and PostgreSQL.
|
class |
MSSQLGenerator |
class |
OracleGenerator |
Copyright © 2022 Vaadin Ltd. All rights reserved.