org.hibernate.engine.jdbc.internal
Class DDLFormatterImpl
java.lang.Object
org.hibernate.engine.jdbc.internal.DDLFormatterImpl
- All Implemented Interfaces:
- Formatter
public class DDLFormatterImpl
- extends Object
- implements Formatter
Performs formatting of DDL SQL statements.
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:
format
in interface Formatter
- Parameters:
sql
- The statement to be fornmatted.
- Returns:
- The formatted version
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.