979899100101102103
* Name of the database table to connect to * @param connectionPool * Connection pool for accessing the database */ public TableQuery(String tableName, JDBCConnectionPool connectionPool) { this(tableName, connectionPool, new DefaultSQLGenerator()); }