butler.sql.record
Class RecordFormatter.DefaultImpl

java.lang.Object
  extended by butler.sql.record.RecordFormatter.DefaultImpl
All Implemented Interfaces:
RecordFormatter
Enclosing interface:
RecordFormatter

public static class RecordFormatter.DefaultImpl
extends java.lang.Object
implements RecordFormatter


Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.sql.record.RecordFormatter
RecordFormatter.DefaultImpl
 
Constructor Summary
RecordFormatter.DefaultImpl()
           
RecordFormatter.DefaultImpl(Column col)
           
 
Method Summary
 java.lang.String format(Record rec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordFormatter.DefaultImpl

public RecordFormatter.DefaultImpl(Column col)

RecordFormatter.DefaultImpl

public RecordFormatter.DefaultImpl()
Method Detail

format

public java.lang.String format(Record rec)
                        throws java.lang.Exception
Specified by:
format in interface RecordFormatter
Throws:
java.lang.Exception