oracle.toplink.platform.database
Class TimesTenPlatform
java.lang.Object
oracle.toplink.internal.databaseaccess.DatabasePlatform
oracle.toplink.platform.database.DatabasePlatform
oracle.toplink.platform.database.TimesTenPlatform
- public class TimesTenPlatform
- extends DatabasePlatform
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimesTenPlatform
public TimesTenPlatform()
getTimestampQuery
public ValueReadQuery getTimestampQuery()
- PUBLIC: This method returns the query to select the timestamp from the server for TimesTen.
isTimesTen
public boolean isTimesTen()
- Answers whether platform is TimesTen
shouldPrintOuterJoinInWhereClause
public boolean shouldPrintOuterJoinInWhereClause()
- Some database require outer joins to be given in the where clause, others require it in the from clause.
supportsNativeSequenceNumbers
public boolean supportsNativeSequenceNumbers()
- Return true if the receiver uses host sequence numbers, generated on the database. TimesTen does through global sequence objects.
supportsForeignKeyConstraints
public boolean supportsForeignKeyConstraints()
setSupportsForeignKeyConstraints
public void setSupportsForeignKeyConstraints(boolean supportsForeignKeyConstraints)