|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.broker.platforms.PlatformDefaultImpl
org.apache.ojb.broker.platforms.PlatformSybaseImpl
org.apache.ojb.broker.platforms.PlatformSybaseASAImpl
public class PlatformSybaseASAImpl
This class is a concrete implementation of Platform.
Provides an implementation for Sybase ASA.
This class extends PlatformSybaseImpl and defines specific
behavior for the Sybase ASA platform.
NOTE: Different than the Sybase ASE platform
Modified by Nicus for Sybase ASA
| 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 | |
|---|---|
PlatformSybaseASAImpl()
|
|
| Method Summary | |
|---|---|
void |
initializeJdbcConnection(JdbcConnectionDescriptor jcd,
java.sql.Connection conn)
Sybase Adaptive Server Enterprise (ASE) support timestamp to a precision of 1/300th of second. |
| Methods inherited from class org.apache.ojb.broker.platforms.PlatformSybaseImpl |
|---|
getJoinSyntaxType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlatformSybaseASAImpl()
| Method Detail |
|---|
public void initializeJdbcConnection(JdbcConnectionDescriptor jcd,
java.sql.Connection conn)
throws PlatformException
initializeJdbcConnection in interface PlatforminitializeJdbcConnection in class PlatformDefaultImplconn - the Connection to be initialized
PlatformExceptionPlatform.initializeJdbcConnection(org.apache.ojb.broker.metadata.JdbcConnectionDescriptor, java.sql.Connection)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||