Uses of Interface
com.vaadin.data.util.sqlcontainer.query.generator.SQLGenerator
-
Packages that use SQLGenerator Package Description com.vaadin.data.util.sqlcontainer.query com.vaadin.data.util.sqlcontainer.query.generator -
-
Uses of SQLGenerator in com.vaadin.data.util.sqlcontainer.query
Methods in com.vaadin.data.util.sqlcontainer.query that return SQLGenerator Modifier and Type Method Description SQLGeneratorTableQuery. getSqlGenerator()Constructors in com.vaadin.data.util.sqlcontainer.query with parameters of type SQLGenerator Constructor 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. -
Uses of SQLGenerator in com.vaadin.data.util.sqlcontainer.query.generator
Classes in com.vaadin.data.util.sqlcontainer.query.generator that implement SQLGenerator Modifier and Type Class Description classDefaultSQLGeneratorGenerates generic SQL that is supported by HSQLDB, MySQL and PostgreSQL.classMSSQLGeneratorclassOracleGenerator
-