Class InstantDBQueryExpression

java.lang.Object
org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
org.castor.cpa.persistence.sql.driver.InstantDBQueryExpression
All Implemented Interfaces:
QueryExpression

public class InstantDBQueryExpression extends JDBCQueryExpression
specialized generic driver for InstantDB database.
Version:
1.0
Author:
I. Burak Ozyurt
  • Constructor Details

  • Method Details

    • getStatement

      public String getStatement(boolean lock)
      Description copied from class: JDBCQueryExpression
      Creates a SQL statement. In general, for a RDBMS/JDBC driver with a full support of the SQL standard/JDBC specification, this will return a valid SQL statement. For some features, a particular RDBMS might indicate that it does not support this feature by throwing a SyntaxNotSupportedException.
      Specified by:
      getStatement in interface QueryExpression
      Overrides:
      getStatement in class JDBCQueryExpression
      Parameters:
      lock - True if a write lock is required
      Returns:
      The SQL statement