public final class SybaseQueryExpression extends JDBCQueryExpression
_dbInfo, _distinct, _factory, _joins, _limit, _offset, _order, _select, _tables
OP_BETWEEN, OP_BETWEEN_AND, OP_EQUALS, OP_GREATER, OP_GREATER_EQUALS, OP_LESS, OP_LESS_EQUALS, OP_LIKE, OP_NOT_EQUALS, OP_NOT_LIKE
Constructor and Description |
---|
SybaseQueryExpression(PersistenceFactory factory) |
Modifier and Type | Method and Description |
---|---|
String |
getStatement(boolean lock)
Creates a SQL statement.
|
addColumn, addCondition, addInnerJoin, addLimitClause, addOffsetClause, addOrderClause, addOuterJoin, addParameter, addSelect, addTable, addWhereClause, addWhereClause, clone, encodeColumn, getColumnList, getStandardStatement, isLimitClauseSupported, isOffsetClauseSupported, setDbMetaInfo, setDistinct, toString
public SybaseQueryExpression(PersistenceFactory factory)
public String getStatement(boolean lock)
JDBCQueryExpression
SyntaxNotSupportedException
.getStatement
in interface QueryExpression
getStatement
in class JDBCQueryExpression
lock
- True if a write lock is requiredCopyright © 2013. All rights reserved.