org.apache.ojb.broker.platforms
Class PlatformSybaseASEImpl

java.lang.Object
  extended byorg.apache.ojb.broker.platforms.PlatformDefaultImpl
      extended byorg.apache.ojb.broker.platforms.PlatformSybaseImpl
          extended byorg.apache.ojb.broker.platforms.PlatformSybaseASEImpl
All Implemented Interfaces:
JoinSyntaxTypes, Platform

public class PlatformSybaseASEImpl
extends PlatformSybaseImpl

This class extends PlatformSybaseImpl and defines specific behavior for the Sybase ASE platform. NOTE: Different than the Sybase ASA platform

Version:
$Id: PlatformSybaseASEImpl.java,v 1.6 2004/04/04 23:53:35 brianm Exp $
Author:
Matthew Baird

Field Summary
 
Fields inherited from interface org.apache.ojb.broker.accesslayer.JoinSyntaxTypes
ORACLE_JOIN_SYNTAX, SQL92_JOIN_SYNTAX, SQL92_NOPAREN_JOIN_SYNTAX, SYBASE_JOIN_SYNTAX
 
Constructor Summary
PlatformSybaseASEImpl()
           
 
Methods inherited from class org.apache.ojb.broker.platforms.PlatformSybaseImpl
getJoinSyntaxType
 
Methods inherited from class org.apache.ojb.broker.platforms.PlatformDefaultImpl
addBatch, addPagingSql, afterStatementClose, afterStatementCreate, beforeBatch, beforeStatementClose, bindPagingParameters, bindPagingParametersFirst, changeAutoCommitState, concatenate, createSequenceQuery, dropSequenceQuery, executeBatch, getEscapeClause, getLastInsertIdentityQuery, initializeJdbcConnection, nextSequenceQuery, prepareNextValProcedureStatement, setNullForStatement, setObjectForStatement, supportsBatchOperations, supportsPaging, useCountForResultsetSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformSybaseASEImpl

public PlatformSybaseASEImpl()


(C) 2002 - 2004 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.3, 2005-04-2