org.hibernate.jdbc.util
Class DDLFormatterImpl
java.lang.Object
   org.hibernate.jdbc.util.DDLFormatterImpl
org.hibernate.jdbc.util.DDLFormatterImpl
- All Implemented Interfaces: 
- Formatter
- public class DDLFormatterImpl 
- extends Object- implements Formatter
Performs formatting of DDL SQL statements.
- Author:
- Gavin King, Steve Ebersole
 
| Method Summary | 
|  String | format(String sql)Format an SQL statement using simple rules
 Insert newline after each comma
 Indent three spaces after each inserted newline
 
 If the statement contains single/double quotes return unchanged,
 it is too complex and could be broken by simple formatting.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DDLFormatterImpl
public DDLFormatterImpl()
format
public String format(String sql)
- Format an SQL statement using simple rules
 - Insert newline after each comma
- Indent three spaces after each inserted newline
 If the statement contains single/double quotes return unchanged,
 it is too complex and could be broken by simple formatting.
 
- 
- Specified by:
- formatin interface- Formatter
 
- 
- Parameters:
- sql- The statement to be fornmatted.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.