Searched defs:_aCon (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | DBHelper.java | 63 public MySQLThread(Connection _aCon, String _sSQL) in MySQLThread() 104 …public void SQLinsertValues(Connection _aCon, String _sTableName, String value_names, String value… in SQLinsertValues() 124 public void SQLupdateValue(Connection _aCon, String _sTableName, String _sSet, String _sWhere) in SQLupdateValue() 219 protected synchronized void ExecSQL(Connection _aCon, String _sSQL) in ExecSQL() 247 public int QueryIntFromSQL(Connection _aCon, String _sSQL, String _sColumnName) in QueryIntFromSQL()
|
H A D | DB.java | 260 public ArrayList QuerySQL(Connection _aCon, String _sSQL) in QuerySQL()
|
Completed in 13 milliseconds