View Javadoc

1   package sharin.sql.formatter;
2   
3   public interface SqlFormatter {
4   
5       public String format(Object context);
6   }