Home
last modified time | relevance | path

Searched defs:_aCon (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/qadevOOo/runner/convwatch/
H A DDBHelper.java63 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 DDB.java260 public ArrayList QuerySQL(Connection _aCon, String _sSQL) in QuerySQL()

Completed in 8 milliseconds