org.castor.cpa.persistence.sql.driver
Class PointbaseQueryExpression
java.lang.Object
org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
org.castor.cpa.persistence.sql.driver.PointbaseQueryExpression
- All Implemented Interfaces:
- QueryExpression
public final class PointbaseQueryExpression
- extends JDBCQueryExpression
QueryExpression implementation for Borland's Pointbase.
- Since:
- 1.0M2
- Version:
- $Revision: 7585 $ $Date: 2006-04-12 15:13:08 -0600 (Wed, 12 Apr 2006) $
- Author:
- Werner Guttmann
| Methods inherited from class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression |
addColumn, addCondition, addInnerJoin, addLimitClause, addOffsetClause, addOrderClause, addOuterJoin, addParameter, addSelect, addTable, addWhereClause, addWhereClause, clone, encodeColumn, getColumnList, getStandardStatement, isLimitClauseSupported, isOffsetClauseSupported, setDbMetaInfo, setDistinct, toString |
PointbaseQueryExpression
public PointbaseQueryExpression(PersistenceFactory factory)
- Craetes an instance of this class.
- Parameters:
factory - PersistenceFactory instance.
getStatement
public String getStatement(boolean lock)
- 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
Copyright © 2010. All Rights Reserved.