proai.util
Class MySQLDDLConverter

java.lang.Object
  extended by proai.util.MySQLDDLConverter
All Implemented Interfaces:
DDLConverter

public class MySQLDDLConverter
extends java.lang.Object
implements DDLConverter


Constructor Summary
MySQLDDLConverter()
           
 
Method Summary
 java.util.List<java.lang.String> getDDL(TableSpec spec)
           
 java.lang.String getDropDDL(java.lang.String command)
           
 boolean supportsTableType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLDDLConverter

public MySQLDDLConverter()
Method Detail

supportsTableType

public boolean supportsTableType()
Specified by:
supportsTableType in interface DDLConverter

getDropDDL

public java.lang.String getDropDDL(java.lang.String command)
Specified by:
getDropDDL in interface DDLConverter

getDDL

public java.util.List<java.lang.String> getDDL(TableSpec spec)
Specified by:
getDDL in interface DDLConverter