|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.engine.platform.PlatformDefaultImpl
org.apache.torque.engine.platform.PlatformPostgresqlImpl
Postgresql Platform implementation.
Field Summary |
Fields inherited from interface org.apache.torque.engine.platform.Platform |
IDENTITY, SEQUENCE |
Constructor Summary | |
PlatformPostgresqlImpl()
Default constructor. |
Method Summary | |
java.lang.String |
getAutoIncrement()
|
java.lang.String |
getNativeIdMethod()
Returns the native IdMethod (sequence|identity) |
Methods inherited from class org.apache.torque.engine.platform.PlatformDefaultImpl |
getDomainForSchemaType, getMaxColumnNameLength, getNullString, hasScale, hasSize, setSchemaDomainMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlatformPostgresqlImpl()
Method Detail |
public java.lang.String getNativeIdMethod()
Platform
getNativeIdMethod
in interface Platform
getNativeIdMethod
in class PlatformDefaultImpl
Platform.getNativeIdMethod()
public java.lang.String getAutoIncrement()
getAutoIncrement
in interface Platform
getAutoIncrement
in class PlatformDefaultImpl
Platform.getAutoIncrement()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |