KickJava   Java API By Example, From Geeks To Geeks.

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

javax.sql.rowset
Interface Predicate

See Also:
Source Code

boolean evaluate(Object value,
                 int column)
                 throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean evaluate(Object value,
                 String columnName)
                 throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean evaluate(RowSet rs)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags