org.apache.ojb.broker.platforms
Class PlatformMsAccessImpl
java.lang.Object
   org.apache.ojb.broker.platforms.PlatformDefaultImpl
org.apache.ojb.broker.platforms.PlatformDefaultImpl
       org.apache.ojb.broker.platforms.PlatformMsAccessImpl
org.apache.ojb.broker.platforms.PlatformMsAccessImpl
- All Implemented Interfaces: 
- JoinSyntaxTypes, Platform
- public class PlatformMsAccessImpl 
- extends PlatformDefaultImpl
- Version:
- $Id: PlatformMsAccessImpl.java,v 1.1 2007-08-24 22:17:35 ewestfal Exp $
- Author:
- Jakob Braeuchi
 
 
 
 
 
| Methods inherited from class org.apache.ojb.broker.platforms.PlatformDefaultImpl | 
| addBatch, addPagingSql, afterStatementClose, afterStatementCreate, beforeBatch, bindPagingParameters, bindPagingParametersFirst, changeAutoCommitState, checkForBatchSupport, concatenate, createSequenceQuery, createSequenceQuery, dropSequenceQuery, executeBatch, getJoinSyntaxType, getLastInsertIdentityQuery, initializeJdbcConnection, nextSequenceQuery, prepareNextValProcedureStatement, registerOutResultSet, setNullForStatement, supportsBatchOperations, supportsMultiColumnCountDistinct, supportsPaging, useCountForResultsetSize | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PlatformMsAccessImpl
public PlatformMsAccessImpl()
setObjectForStatement
public void setObjectForStatement(PreparedStatement ps,
                                  int index,
                                  Object value,
                                  int sqlType)
                           throws SQLException
- Description copied from interface: Platform
- Called to let the Platform implementation perform any JDBC type-specific operations
 needed by the driver when binding positional parameters for a PreparedStatement.
 
- 
- Specified by:
- setObjectForStatementin interface- Platform
- Overrides:
- setObjectForStatementin class- PlatformDefaultImpl
 
- 
- Throws:
- SQLException
- See Also:
- Platform.setObjectForStatement(PreparedStatement, int, Object, int)
 
beforeStatementClose
public void beforeStatementClose(Statement stmt,
                                 ResultSet rs)
                          throws PlatformException
- Description copied from interface: Platform
- Called by StatementManagerIFimplementation
 before invoking stmt.close() method.
 
- 
- Specified by:
- beforeStatementClosein interface- Platform
- Overrides:
- beforeStatementClosein class- PlatformDefaultImpl
 
- 
- Throws:
- PlatformException
- See Also:
- Platform.beforeStatementClose(Statement stmt, ResultSet rs)
 
getConcatenationCharacter
protected String getConcatenationCharacter()
- Answer the Character for Concatenation
 
- 
- Overrides:
- getConcatenationCharacterin class- PlatformDefaultImpl
 
- 
 
getEscapeClause
public String getEscapeClause(LikeCriteria aCriteria)
- Description copied from interface: Platform
- Answer the Clause used Escape wildcards in LIKE
 
- 
- Specified by:
- getEscapeClausein interface- Platform
- Overrides:
- getEscapeClausein class- PlatformDefaultImpl
 
- 
- See Also:
- Platform.getEscapeClause(org.apache.ojb.broker.query.LikeCriteria)
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.