Esempio n. 1
0
 public String getVenderId() throws SQLException {
   String sql = " select venderid from purchase" + month + " where sheetid=?";
   return SqlUtil.queryPS4SingleColumn(conn, sql, sheetid).get(0);
 }