org.hibernate.engine.jdbc.internal
Class BasicFormatterImpl
java.lang.Object
org.hibernate.engine.jdbc.internal.BasicFormatterImpl
- All Implemented Interfaces:
- Formatter
public class BasicFormatterImpl
- extends Object
- implements Formatter
Performs formatting of basic SQL statements (DML + query).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicFormatterImpl
public BasicFormatterImpl()
format
public String format(String source)
- Description copied from interface:
Formatter
- Format the source SQL string.
- Specified by:
format
in interface Formatter
- Parameters:
source
- The original SQL string
- Returns:
- The formatted version
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.