|
|||||||||||
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.PlatformMysqlImpl
MySql Platform implementation.
Field Summary |
Fields inherited from interface org.apache.torque.engine.platform.Platform |
IDENTITY, SEQUENCE |
Constructor Summary | |
PlatformMysqlImpl()
Default constructor. |
Method Summary | |
java.lang.String |
getAutoIncrement()
|
boolean |
hasSize(java.lang.String sqlType)
Returns if the RDBMS-specific SQL type has a size attribute. |
Methods inherited from class org.apache.torque.engine.platform.PlatformDefaultImpl |
getDomainForSchemaType, getMaxColumnNameLength, getNativeIdMethod, getNullString, hasScale, setSchemaDomainMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlatformMysqlImpl()
Method Detail |
public java.lang.String getAutoIncrement()
getAutoIncrement
in interface Platform
getAutoIncrement
in class PlatformDefaultImpl
Platform.getAutoIncrement()
public boolean hasSize(java.lang.String sqlType)
Platform
hasSize
in interface Platform
hasSize
in class PlatformDefaultImpl
Platform.hasSize(String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |