org.javalite.activejdbc
Class SimpleFormatter

java.lang.Object
  extended by 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

Constructor Summary
SimpleFormatter(Class clazz, String prefix, String suffix)
          Deprecated.  
 
Method Summary
 String format(Object value)
          Deprecated.  
 Class getValueClass()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFormatter

public SimpleFormatter(Class clazz,
                       String prefix,
                       String suffix)
Deprecated. 
Method Detail

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.