butler.sql.record
Interface RecordFormatter

All Known Implementing Classes:
RecordFormatter.DefaultImpl

public interface RecordFormatter

Produces a string (for presentation) from a record.

Author:
Fredrik Bertilsson

Nested Class Summary
static class RecordFormatter.DefaultImpl
           
 
Method Summary
 java.lang.String format(Record rec)
           
 

Method Detail

format

java.lang.String format(Record rec)
                        throws java.lang.Exception
Throws:
java.lang.Exception