|
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.AttunityPlatform
public class AttunityPlatform
TopLink Platform class which works with Attunity's Connect JDBC driver.
Constructor Summary | |
---|---|
AttunityPlatform()
|
Method Summary | |
---|---|
protected java.util.Hashtable |
buildFieldTypes()
Create a table which can translate between java types and Attunity Connect data types. |
protected void |
initializePlatformOperators()
Initialize any platform-specific operators |
boolean |
isAttunity()
|
boolean |
supportsForeignKeyConstraints()
Attunity Connect does not support creating foreign key constraints with the ALTER TABLE syntax. |
boolean |
supportsPrimaryKeyConstraint()
Attunity Connect does not support specifying the primary key in the create table syntax. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttunityPlatform()
Method Detail |
---|
protected java.util.Hashtable buildFieldTypes()
protected void initializePlatformOperators()
public boolean isAttunity()
public boolean supportsPrimaryKeyConstraint()
public boolean supportsForeignKeyConstraints()
|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |