KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > rowset > FilteredRowSet

javax.sql.rowset
Interface FilteredRowSet

All Superinterfaces:
CachedRowSet, Joinable, ResultSet, RowSet, WebRowSet
See Also:
Source Code

Predicate getFilter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setFilter(Predicate p)
               throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags