public class ModelSQLGeneration extends Object
Constructor and Description |
---|
ModelSQLGeneration()
Constructor
|
Modifier and Type | Method and Description |
---|---|
static String |
generateSQLonlyId(ConnectionProvider conn,
VariablesSecureApp vars,
TableSQLData tableSQL,
String selectFields,
Vector<String> filter,
Vector<String> filterParams,
int offset,
int pageSize)
Special case of the method which specifies that only the id column of the base table should be
returned.
|
public static String generateSQLonlyId(ConnectionProvider conn, VariablesSecureApp vars, TableSQLData tableSQL, String selectFields, Vector<String> filter, Vector<String> filterParams, int offset, int pageSize) throws Exception
Exception