org.javalite.activejdbc
Class SimpleFormatter
java.lang.Object
org.javalite.activejdbc.SimpleFormatter
- All Implemented Interfaces:
- Formatter
Deprecated. Use Dialect to format query values
@Deprecated
public class SimpleFormatter
- extends Object
- implements Formatter
- Author:
- Igor Polevoy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFormatter
public SimpleFormatter(Class clazz,
String prefix,
String suffix)
- Deprecated.
format
public String format(Object value)
- Deprecated.
- Specified by:
format in interface Formatter
getValueClass
public Class getValueClass()
- Deprecated.
- Specified by:
getValueClass in interface Formatter
Copyright © 2015 JavaLite. All rights reserved.