|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.internal.databaseaccess.DatabasePlatform
org.eclipse.persistence.platform.database.DatabasePlatform
org.eclipse.persistence.platform.database.SybasePlatform
org.eclipse.persistence.platform.database.SQLAnyWherePlatform
public class SQLAnyWherePlatform
Purpose: Provides SQL Anywhere specific behaviour.
For the most part this is the same as Sybase, the outer join syntax is suppose to be different.
Field Summary |
---|
Fields inherited from class org.eclipse.persistence.platform.database.SybasePlatform |
---|
typeStrings |
Constructor Summary | |
---|---|
SQLAnyWherePlatform()
|
Method Summary | |
---|---|
boolean |
isSQLAnywhere()
|
boolean |
isSybase()
|
boolean |
shouldPrintOuterJoinInWhereClause()
SQL Anywhere does not support the Sybase outer join syntax. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLAnyWherePlatform()
Method Detail |
---|
public boolean isSQLAnywhere()
public boolean isSybase()
isSybase
in class SybasePlatform
public boolean shouldPrintOuterJoinInWhereClause()
shouldPrintOuterJoinInWhereClause
in class SybasePlatform
|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |