Uses of Class
com.javaranch.db.DBQuery

Packages that use DBQuery
com.javaranch.db   
 

Uses of DBQuery in com.javaranch.db
 

Methods in com.javaranch.db with parameters of type DBQuery
 DBResults DBFacade.search(java.sql.Connection con, DBQuery q)
          Use the DBQuery object to do a search.
 DBResults DBFacade.search(DBQuery q)
          Use the DBQuery object to do a search.
 void DBFacade.delete(java.sql.Connection con, DBQuery q)
          Delete all rows matching the search portion of the DBQuery object.
 void DBFacade.delete(DBQuery q)
           
 



Copyright ©2004 Paul Wheaton All Rights Reserved