The only public method in this class is makeWhereClause(Connection,Scanner,ResultSetMetaData). When called, it will prompt the user using menus to create a WHERE clause for SELECT, DELETE, etc. Pass in the Connection and Scanner being used, as well as ResultSetMetaData for the table being queried. It will either return a WHERE clause, or an empty string, if the user changes his mind about making a WHERE clause. -clem
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.