net.sf.log4jdbc
Class ResultSetCollectorPrinter

java.lang.Object
  extended by net.sf.log4jdbc.ResultSetCollectorPrinter

public class ResultSetCollectorPrinter
extends Object


Constructor Summary
ResultSetCollectorPrinter(org.slf4j.Logger log)
           
 
Method Summary
static String padLeft(String s, int n)
           
static String padRight(String s, int n)
           
 void printResultSet(ResultSetCollector resultSetCollector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetCollectorPrinter

public ResultSetCollectorPrinter(org.slf4j.Logger log)
Method Detail

printResultSet

public void printResultSet(ResultSetCollector resultSetCollector)

padRight

public static String padRight(String s,
                              int n)

padLeft

public static String padLeft(String s,
                             int n)


Copyright © 2012. All Rights Reserved.