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

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

protected abstract static class QueryImpl.RowFilter
extends Object


Constructor Summary
protected QueryImpl.RowFilter()
           
 
Method Summary
 List<QueryImpl.Row> filter(List<QueryImpl.Row> list)
           
protected abstract  boolean keep(QueryImpl.Row row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryImpl.RowFilter

protected QueryImpl.RowFilter()
Method Detail

filter

public List<QueryImpl.Row> filter(List<QueryImpl.Row> list)

keep

protected abstract boolean keep(QueryImpl.Row row)


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