摘要:
PrepareStatement有两种executeQuery方法,一种是带参的,一种是不带参的。带参的executeQuery:ResultSetexecuteQuery(Stringsql) throws SQLExceptionExecutes the given SQL statement, which returns a single ResultSet object.Note:This method cannot be called on a PreparedStatement or CallableStatement.Parameter... 阅读全文
posted @ 2013-04-07 12:09
elar
阅读(1905)
评论(0)
推荐(1)
浙公网安备 33010602011771号