EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.platform.database
Class PointBasePlatform

java.lang.Object
  extended by org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
      extended by org.eclipse.persistence.platform.database.DatabasePlatform
          extended by org.eclipse.persistence.platform.database.PointBasePlatform

public class PointBasePlatform
extends DatabasePlatform

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

PointBasePlatform

public PointBasePlatform()
Method Detail

appendBoolean

protected void appendBoolean(java.lang.Boolean bool,
                             java.io.Writer writer)
                      throws java.io.IOException
Appends a Boolean value as true/false instead of 0/1

Throws:
java.io.IOException

appendTime

protected void appendTime(java.sql.Time time,
                          java.io.Writer writer)
                   throws java.io.IOException
Write a Time in PointBase specific format.

Throws:
java.io.IOException

appendDate

protected void appendDate(java.sql.Date date,
                          java.io.Writer writer)
                   throws java.io.IOException
Write a Date in PointBase specific format.

Throws:
java.io.IOException

appendTimestamp

protected void appendTimestamp(java.sql.Timestamp timestamp,
                               java.io.Writer writer)
                        throws java.io.IOException
Write a TimeStamp in PointBase specific format.

Throws:
java.io.IOException

buildClassTypes

protected java.util.Hashtable buildClassTypes()

buildFieldTypes

protected java.util.Hashtable buildFieldTypes()

initializePlatformOperators

protected void initializePlatformOperators()

isPointBase

public boolean isPointBase()

EclipseLink 1.0_1.0M2 API Reference - Incubation