public interface SQLGeneratorIF
Modifier and Type | Method and Description |
---|---|
SQLStatementIF |
createSQLStatement(SQLQuery sqlquery)
INTERNAL: Create a concrete SQL statement from the given abstract
SQL query.
|
boolean |
supportsLimitOffset()
INTERNAL: Returns true if generator supports the functionality of
OFFSET/LIMIT.
|
SQLStatementIF createSQLStatement(SQLQuery sqlquery)
boolean supportsLimitOffset()