Package org.dbunit.database
Interface InMemoryMetadataResultSet.RowFilter
- Enclosing class:
InMemoryMetadataResultSet
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Tests whether a source result set's current row, as positioned by a preceding
ResultSet.next(), should be kept.- Since:
- 3.5.0
-
Method Summary
-
Method Details
-
accept
Tests the row the given result set is currently positioned on.- Parameters:
resultSet- The source result set, positioned on the row to test.- Returns:
trueif the row should be kept.- Throws:
SQLException- if a database access error occurs.
-