public class PlatformHsqldbImpl extends PlatformDefaultImpl
PlatformDefaultImpl and defines specific
behavior for the Hsqldb platform.ORACLE_JOIN_SYNTAX, SQL92_JOIN_SYNTAX, SQL92_NOPAREN_JOIN_SYNTAX, SYBASE_JOIN_SYNTAX| Constructor and Description |
|---|
PlatformHsqldbImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPagingSql(java.lang.StringBuffer anSqlString)
Add the LIMIT or equivalent to the SQL
SQL-Paging is not yet supported
|
boolean |
bindPagingParametersFirst()
Answer true if the LIMIT parameters are bound before the query parameters
SQL-Paging is not yet supported
|
byte |
getJoinSyntaxType()
Get join syntax type for this RDBMS - one on of the constants from JoinSyntaxType interface
|
java.lang.String |
getLastInsertIdentityQuery(java.lang.String tableName)
If database supports native key generation via identity column, this
method should return the sql-query to obtain the last generated id.
|
boolean |
supportsPaging()
Answer true if LIMIT or equivalent is supported
SQL-Paging is not yet supported
|
addBatch, afterStatementClose, afterStatementCreate, beforeBatch, beforeStatementClose, bindPagingParameters, changeAutoCommitState, concatenate, createSequenceQuery, createSequenceQuery, dropSequenceQuery, executeBatch, getEscapeClause, initializeJdbcConnection, nextSequenceQuery, prepareNextValProcedureStatement, registerOutResultSet, setNullForStatement, setObjectForStatement, supportsBatchOperations, supportsMultiColumnCountDistinct, useCountForResultsetSizepublic byte getJoinSyntaxType()
getJoinSyntaxType in interface PlatformgetJoinSyntaxType in class PlatformDefaultImplPlatform.getJoinSyntaxType()public java.lang.String getLastInsertIdentityQuery(java.lang.String tableName)
PlatformgetLastInsertIdentityQuery in interface PlatformgetLastInsertIdentityQuery in class PlatformDefaultImplpublic void addPagingSql(java.lang.StringBuffer anSqlString)
PlatformaddPagingSql in interface PlatformaddPagingSql in class PlatformDefaultImplPlatform.addPagingSql(java.lang.StringBuffer)public boolean bindPagingParametersFirst()
PlatformbindPagingParametersFirst in interface PlatformbindPagingParametersFirst in class PlatformDefaultImplPlatform.bindPagingParametersFirst()public boolean supportsPaging()
PlatformsupportsPaging in interface PlatformsupportsPaging in class PlatformDefaultImplPlatform.supportsPaging()(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30