org.apache.ojb.broker.platforms
Class PlatformMckoiImpl
java.lang.Object
   org.apache.ojb.broker.platforms.PlatformDefaultImpl
org.apache.ojb.broker.platforms.PlatformDefaultImpl
       org.apache.ojb.broker.platforms.PlatformMckoiImpl
org.apache.ojb.broker.platforms.PlatformMckoiImpl
- All Implemented Interfaces: 
- org.apache.ojb.broker.accesslayer.JoinSyntaxTypes, org.apache.ojb.broker.platforms.Platform
- public class PlatformMckoiImpl 
- extends org.apache.ojb.broker.platforms.PlatformDefaultImpl
DatabasePlatform implementation for the Mckoi database.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- http://www.mckoi.com/database
 
| Fields inherited from class org.apache.ojb.broker.platforms.PlatformDefaultImpl | 
| log, m_batchUpdatesChecked, m_supportsBatchUpdates | 
 
| Fields inherited from interface org.apache.ojb.broker.accesslayer.JoinSyntaxTypes | 
| ORACLE_JOIN_SYNTAX, SQL92_JOIN_SYNTAX, SQL92_NOPAREN_JOIN_SYNTAX, SYBASE_JOIN_SYNTAX | 
 
 
 
| Methods inherited from class org.apache.ojb.broker.platforms.PlatformDefaultImpl | 
| addBatch, addPagingSql, afterStatementClose, afterStatementCreate, beforeBatch, beforeStatementClose, bindPagingParameters, bindPagingParametersFirst, changeAutoCommitState, checkForBatchSupport, createSequenceQuery, executeBatch, getConcatenationCharacter, getLastInsertIdentityQuery, initializeJdbcConnection, prepareNextValProcedureStatement, registerOutResultSet, setNullForStatement, supportsBatchOperations, supportsMultiColumnCountDistinct, useCountForResultsetSize | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PlatformMckoiImpl
public PlatformMckoiImpl()
setObjectForStatement
public void setObjectForStatement(PreparedStatement statement,
                                  int index,
                                  Object value,
                                  int sqlType)
                           throws SQLException
- 
- Specified by:
- setObjectForStatementin interface- org.apache.ojb.broker.platforms.Platform
- Overrides:
- setObjectForStatementin class- org.apache.ojb.broker.platforms.PlatformDefaultImpl
 
- 
- Throws:
- SQLException
 
createSequenceQuery
public String createSequenceQuery(String sequenceName)
- 
- Specified by:
- createSequenceQueryin interface- org.apache.ojb.broker.platforms.Platform
- Overrides:
- createSequenceQueryin class- org.apache.ojb.broker.platforms.PlatformDefaultImpl
 
- 
 
nextSequenceQuery
public String nextSequenceQuery(String sequenceName)
- 
- Specified by:
- nextSequenceQueryin interface- org.apache.ojb.broker.platforms.Platform
- Overrides:
- nextSequenceQueryin class- org.apache.ojb.broker.platforms.PlatformDefaultImpl
 
- 
 
dropSequenceQuery
public String dropSequenceQuery(String sequenceName)
- 
- Specified by:
- dropSequenceQueryin interface- org.apache.ojb.broker.platforms.Platform
- Overrides:
- dropSequenceQueryin class- org.apache.ojb.broker.platforms.PlatformDefaultImpl
 
- 
 
getJoinSyntaxType
public byte getJoinSyntaxType()
- 
- Specified by:
- getJoinSyntaxTypein interface- org.apache.ojb.broker.platforms.Platform
- Overrides:
- getJoinSyntaxTypein class- org.apache.ojb.broker.platforms.PlatformDefaultImpl
 
- 
 
supportsPaging
public boolean supportsPaging()
- 
- Specified by:
- supportsPagingin interface- org.apache.ojb.broker.platforms.Platform
- Overrides:
- supportsPagingin class- org.apache.ojb.broker.platforms.PlatformDefaultImpl
 
- 
 
concatenate
public String concatenate(String[] columns)
- 
- Specified by:
- concatenatein interface- org.apache.ojb.broker.platforms.Platform
- Overrides:
- concatenatein class- org.apache.ojb.broker.platforms.PlatformDefaultImpl
 
- 
 
getEscapeClause
public String getEscapeClause(org.apache.ojb.broker.query.LikeCriteria criteria)
- 
- Specified by:
- getEscapeClausein interface- org.apache.ojb.broker.platforms.Platform
- Overrides:
- getEscapeClausein class- org.apache.ojb.broker.platforms.PlatformDefaultImpl
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.