net.ontopia.persistence.query.sql
Interface SQLGeneratorIF

All Known Implementing Classes:
GenericSQLGenerator, MySQLGenerator, OracleSQLGenerator, PostgreSQLGenerator, SQLServerSQLGenerator

public interface SQLGeneratorIF

INTERNAL: Interface for generating SQL statements.


Method Summary
 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.
 

Method Detail

createSQLStatement

SQLStatementIF createSQLStatement(SQLQuery sqlquery)
INTERNAL: Create a concrete SQL statement from the given abstract SQL query.


supportsLimitOffset

boolean supportsLimitOffset()
INTERNAL: Returns true if generator supports the functionality of OFFSET/LIMIT.



Copyright © 2000-2012 Ontopia.