|
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.PointBasePlatform
public class PointBasePlatform
Support the Pointbase database.
Constructor Summary | |
---|---|
PointBasePlatform()
|
Method Summary | |
---|---|
protected void |
appendBoolean(java.lang.Boolean bool,
java.io.Writer writer)
Appends a Boolean value as true/false instead of 0/1 |
protected void |
appendDate(java.sql.Date date,
java.io.Writer writer)
Write a Date in PointBase specific format. |
protected void |
appendTime(java.sql.Time time,
java.io.Writer writer)
Write a Time in PointBase specific format. |
protected void |
appendTimestamp(java.sql.Timestamp timestamp,
java.io.Writer writer)
Write a TimeStamp in PointBase specific format. |
protected java.util.Hashtable |
buildClassTypes()
|
protected java.util.Hashtable |
buildFieldTypes()
|
protected void |
initializePlatformOperators()
|
boolean |
isPointBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointBasePlatform()
Method Detail |
---|
protected void appendBoolean(java.lang.Boolean bool, java.io.Writer writer) throws java.io.IOException
java.io.IOException
protected void appendTime(java.sql.Time time, java.io.Writer writer) throws java.io.IOException
java.io.IOException
protected void appendDate(java.sql.Date date, java.io.Writer writer) throws java.io.IOException
java.io.IOException
protected void appendTimestamp(java.sql.Timestamp timestamp, java.io.Writer writer) throws java.io.IOException
java.io.IOException
protected java.util.Hashtable buildClassTypes()
protected java.util.Hashtable buildFieldTypes()
protected void initializePlatformOperators()
public boolean isPointBase()
|
EclipseLink 1.0_1.0M2 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |