com.github.drinkjava2.jdialects.hibernatesrc.utils
Class DDLFormatter

java.lang.Object
  extended by com.github.drinkjava2.jdialects.hibernatesrc.utils.DDLFormatter

public class DDLFormatter
extends Object

Performs formatting of DDL SQL statements.

Author:
Gavin King, Steve Ebersole, Yong Zhu(Modify)

Constructor Summary
DDLFormatter()
           
 
Method Summary
static String format(String sql)
           
static String[] format(String[] sql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLFormatter

public DDLFormatter()
Method Detail

format

public static String format(String sql)

format

public static String[] format(String[] sql)


Copyright © 2018. All rights reserved.