com.healthmarketscience.jackcess.impl.query
Class QueryImpl.RowFormatter

java.lang.Object
  extended by com.healthmarketscience.jackcess.impl.query.QueryImpl.RowFormatter
Enclosing class:
QueryImpl

protected abstract static class QueryImpl.RowFormatter
extends Object


Constructor Summary
protected QueryImpl.RowFormatter(List<QueryImpl.Row> list)
           
 
Method Summary
 List<String> format()
           
 List<String> format(List<String> strs)
           
protected abstract  void format(StringBuilder builder, QueryImpl.Row row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryImpl.RowFormatter

protected QueryImpl.RowFormatter(List<QueryImpl.Row> list)
Method Detail

format

public List<String> format()

format

public List<String> format(List<String> strs)

format

protected abstract void format(StringBuilder builder,
                               QueryImpl.Row row)


Copyright © 2005-2017 Health Market Science. All Rights Reserved.