com.github.drinkjava2.jdialects
Class DDLDropUtils

java.lang.Object
  extended by com.github.drinkjava2.jdialects.DDLDropUtils

public class DDLDropUtils
extends Object

To transfer platform-independent model to drop DDL String array

Since:
1.0.2
Author:
Yong Zhu

Constructor Summary
DDLDropUtils()
           
 
Method Summary
static String[] toDropDDL(Dialect dialect, TableModel... tables)
          Transfer tables to drop DDL and without format it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLDropUtils

public DDLDropUtils()
Method Detail

toDropDDL

public static String[] toDropDDL(Dialect dialect,
                                 TableModel... tables)
Transfer tables to drop DDL and without format it



Copyright © 2018. All rights reserved.