In .net I can set a .Select property on a DataTable, such as table.Select = and easily filter or search the contents of a DataTable. Is there something similar, in Java for JDBC and I'm just...