| Constructors in com.vaadin.data.util.sqlcontainer.query with parameters of type SQLGenerator |
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. |