Searched refs:_sSQL (Results 1 – 6 of 6) sorted by relevance
63 public MySQLThread(Connection _aCon, String _sSQL) in MySQLThread() argument66 m_sSQL = _sSQL; in MySQLThread()219 protected synchronized void ExecSQL(Connection _aCon, String _sSQL) in ExecSQL() argument221 MySQLThread aSQLThread = new MySQLThread(_aCon, _sSQL); in ExecSQL()247 public int QueryIntFromSQL(Connection _aCon, String _sSQL, String _sColumnName) in QueryIntFromSQL() argument258 ResultSet oResult = oStmt.executeQuery(_sSQL); in QueryIntFromSQL()278 throw new ValueNotFoundException("Cant execute SQL: " + _sSQL); in QueryIntFromSQL()284 … GlobalLogWriter.get().println("DB: Couldn't execute sql string " + _sSQL + "\n" + sError); in QueryIntFromSQL()
260 public ArrayList QuerySQL(Connection _aCon, String _sSQL) in QuerySQL() argument269 java.sql.ResultSet aResultSet = oStmt.executeQuery(_sSQL); in QuerySQL()
472 ::rtl::OUString java_sql_Connection::transFormPreparedStatement(const ::rtl::OUString& _sSQL) in transFormPreparedStatement() argument474 ::rtl::OUString sSqlStatement = _sSQL; in transFormPreparedStatement()482 OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,_sSQL); in transFormPreparedStatement()
757 ::rtl::OUString OConnection::transFormPreparedStatement(const ::rtl::OUString& _sSQL) in transFormPreparedStatement() argument759 ::rtl::OUString sSqlStatement = _sSQL; in transFormPreparedStatement()
221 ::rtl::OUString transFormPreparedStatement(const ::rtl::OUString& _sSQL);
70 ::rtl::OUString transFormPreparedStatement(const ::rtl::OUString& _sSQL);
Completed in 23 milliseconds