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

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

public class SqlFormatter
extends Object

Performs formatting of basic SQL statements (DML + query).

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

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

Constructor Detail

SqlFormatter

public SqlFormatter()
Method Detail

format

public static String format(String source)


Copyright © 2018. All rights reserved.