Home
last modified time | relevance | path

Searched refs:_sSQL (Results 1 – 6 of 6) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDBHelper.java63 public MySQLThread(Connection _aCon, String _sSQL) in MySQLThread() argument
66 m_sSQL = _sSQL; in MySQLThread()
219 protected synchronized void ExecSQL(Connection _aCon, String _sSQL) in ExecSQL() argument
221 MySQLThread aSQLThread = new MySQLThread(_aCon, _sSQL); in ExecSQL()
247 public int QueryIntFromSQL(Connection _aCon, String _sSQL, String _sColumnName) in QueryIntFromSQL() argument
258 ResultSet oResult = oStmt.executeQuery(_sSQL); in QueryIntFromSQL()
278 throw new ValueNotFoundException("Can't execute SQL: " + _sSQL); in QueryIntFromSQL()
284 … GlobalLogWriter.get().println("DB: Couldn't execute sql string " + _sSQL + "\n" + sError); in QueryIntFromSQL()
H A DDB.java260 public ArrayList QuerySQL(Connection _aCon, String _sSQL) in QuerySQL() argument
269 java.sql.ResultSet aResultSet = oStmt.executeQuery(_sSQL); in QuerySQL()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx472 ::rtl::OUString java_sql_Connection::transFormPreparedStatement(const ::rtl::OUString& _sSQL) in transFormPreparedStatement() argument
474 ::rtl::OUString sSqlStatement = _sSQL; in transFormPreparedStatement()
482 OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,_sSQL); in transFormPreparedStatement()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx757 ::rtl::OUString OConnection::transFormPreparedStatement(const ::rtl::OUString& _sSQL) in transFormPreparedStatement() argument
759 ::rtl::OUString sSqlStatement = _sSQL; in transFormPreparedStatement()
H A Dmysqlc_connection.hxx221 ::rtl::OUString transFormPreparedStatement(const ::rtl::OUString& _sSQL);
/trunk/main/connectivity/source/inc/java/sql/
H A DConnection.hxx70 ::rtl::OUString transFormPreparedStatement(const ::rtl::OUString& _sSQL);

Completed in 25 milliseconds