public class PlatformMsAccessImpl extends PlatformDefaultImpl
ORACLE_JOIN_SYNTAX, SQL92_JOIN_SYNTAX, SQL92_NOPAREN_JOIN_SYNTAX, SYBASE_JOIN_SYNTAX| Constructor and Description |
|---|
PlatformMsAccessImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeStatementClose(java.sql.Statement stmt,
java.sql.ResultSet rs)
Called by
StatementManagerIF implementation
before invoking stmt.close() method. |
java.lang.String |
getEscapeClause(LikeCriteria aCriteria)
Answer the Clause used Escape wildcards in LIKE
|
void |
setObjectForStatement(java.sql.PreparedStatement ps,
int index,
java.lang.Object value,
int sqlType)
Called to let the Platform implementation perform any JDBC type-specific operations
needed by the driver when binding positional parameters for a PreparedStatement.
|
addBatch, addPagingSql, afterStatementClose, afterStatementCreate, beforeBatch, bindPagingParameters, bindPagingParametersFirst, changeAutoCommitState, concatenate, createSequenceQuery, createSequenceQuery, dropSequenceQuery, executeBatch, getJoinSyntaxType, getLastInsertIdentityQuery, initializeJdbcConnection, nextSequenceQuery, prepareNextValProcedureStatement, registerOutResultSet, setNullForStatement, supportsBatchOperations, supportsMultiColumnCountDistinct, supportsPaging, useCountForResultsetSizepublic void setObjectForStatement(java.sql.PreparedStatement ps,
int index,
java.lang.Object value,
int sqlType)
throws java.sql.SQLException
PlatformsetObjectForStatement in interface PlatformsetObjectForStatement in class PlatformDefaultImpljava.sql.SQLExceptionPlatform.setObjectForStatement(PreparedStatement, int, Object, int)public void beforeStatementClose(java.sql.Statement stmt,
java.sql.ResultSet rs)
throws PlatformException
PlatformStatementManagerIF implementation
before invoking stmt.close() method.beforeStatementClose in interface PlatformbeforeStatementClose in class PlatformDefaultImplPlatformExceptionPlatform.beforeStatementClose(Statement stmt, ResultSet rs)public java.lang.String getEscapeClause(LikeCriteria aCriteria)
PlatformgetEscapeClause in interface PlatformgetEscapeClause in class PlatformDefaultImplPlatform.getEscapeClause(org.apache.ojb.broker.query.LikeCriteria)(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