A B C D E F G H I J L M N O P Q R S T U V X Z

Q

Query(String) - Method in class org.ChinaVO.FITSManager.Util.DBOperator
execute a SQL statement and return the ResultSet.
after you call this method, you have to call the closeQuery to clear the ResultSet and Statement.
Query(String, int) - Method in class org.ChinaVO.FITSManager.Util.DBOperator
 
Query2(String) - Method in class org.ChinaVO.FITSManager.Util.DBOperator
execute a SQL statement and return the ResultSet.
after you call this method, you have to call the closeQuery to clear the ResultSet and Statement.
The difference between Query and Query2: when you call Query2,you have to deal with the SQLException yourself

A B C D E F G H I J L M N O P Q R S T U V X Z