Lines Matching refs:sql

65 OPreparedStatement::OPreparedStatement(OConnection* _pConnection, sql::PreparedStatement * _cppPrep…  in OPreparedStatement()
73 …m_paramCount = ((sql::PreparedStatement *)cppStatement)->getParameterMetaData()->getParameterCount… in OPreparedStatement()
74 } catch (sql::SQLException &e) { in OPreparedStatement()
144 ((sql::PreparedStatement *)cppStatement)->getMetaData(), in getMetaData()
148 } catch (sql::MethodNotImplementedException) { in getMetaData()
150 } catch (sql::SQLException &e) { in getMetaData()
191 success = ((sql::PreparedStatement *)cppStatement)->execute()? sal_True:sal_False; in execute()
192 } catch (sql::SQLException &e) { in execute()
210 affectedRows = ((sql::PreparedStatement *)cppStatement)->executeUpdate(); in executeUpdate()
211 } catch (sql::SQLException &e) { in executeUpdate()
230 ((sql::PreparedStatement *)cppStatement)->setString(parameter, stringie); in setString()
231 } catch (sql::MethodNotImplementedException) { in setString()
233 } catch (sql::SQLException &e) { in setString()
252 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery(const OUString& sql) in executeQuery() argument
255 return OCommonStatement::executeQuery( sql ); in executeQuery()
258 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate(const OUString& sql) in executeUpdate() argument
261 return OCommonStatement::executeUpdate( sql ); in executeUpdate()
264 sal_Bool SAL_CALL OPreparedStatement::execute( const OUString& sql ) in execute() argument
267 return OCommonStatement::execute( sql ); in execute()
280 sql::ResultSet * res = ((sql::PreparedStatement *)cppStatement)->executeQuery(); in executeQuery()
282 } catch (sql::SQLException &e) { in executeQuery()
300 ((sql::PreparedStatement *)cppStatement)->setBoolean(parameter, x); in setBoolean()
301 } catch (sql::MethodNotImplementedException) { in setBoolean()
303 } catch (sql::SQLException &e) { in setBoolean()
320 ((sql::PreparedStatement *)cppStatement)->setInt(parameter, x); in setByte()
321 } catch (sql::MethodNotImplementedException) { in setByte()
323 } catch (sql::SQLException &e) { in setByte()
348 ((sql::PreparedStatement *)cppStatement)->setDateTime(parameter, dateStr); in setDate()
349 } catch (sql::MethodNotImplementedException) { in setDate()
351 } catch (sql::SQLException &e) { in setDate()
376 ((sql::PreparedStatement *)cppStatement)->setDateTime(parameter, timeStr); in setTime()
377 } catch (sql::MethodNotImplementedException) { in setTime()
379 } catch (sql::SQLException &e) { in setTime()
412 ((sql::PreparedStatement *)cppStatement)->setDateTime(parameter, timeStr); in setTimestamp()
413 } catch (sql::MethodNotImplementedException) { in setTimestamp()
415 } catch (sql::SQLException &e) { in setTimestamp()
432 ((sql::PreparedStatement *)cppStatement)->setDouble(parameter, x); in setDouble()
433 } catch (sql::MethodNotImplementedException) { in setDouble()
435 } catch (sql::SQLException &e) { in setDouble()
452 ((sql::PreparedStatement *)cppStatement)->setDouble(parameter, x); in setFloat()
453 } catch (sql::MethodNotImplementedException) { in setFloat()
455 } catch (sql::SQLException &e) { in setFloat()
472 ((sql::PreparedStatement *)cppStatement)->setInt(parameter, x); in setInt()
473 } catch (sql::MethodNotImplementedException) { in setInt()
475 } catch (sql::SQLException &e) { in setInt()
492 ((sql::PreparedStatement *)cppStatement)->setInt64(parameter, aVal); in setLong()
493 } catch (sql::MethodNotImplementedException) { in setLong()
495 } catch (sql::SQLException &e) { in setLong()
512 ((sql::PreparedStatement *)cppStatement)->setNull(parameter, sqlType); in setNull()
513 } catch (sql::MethodNotImplementedException) { in setNull()
515 } catch (sql::SQLException &e) { in setNull()
781 ((sql::PreparedStatement *)cppStatement)->setInt(parameter, x); in setShort()
782 } catch (sql::MethodNotImplementedException) { in setShort()
784 } catch (sql::SQLException &e) { in setShort()
802 ((sql::PreparedStatement *)cppStatement)->setString(parameter, blobby); in setBytes()
803 } catch (sql::MethodNotImplementedException) { in setBytes()
805 } catch (sql::SQLException &e) { in setBytes()
853 ((sql::PreparedStatement *)cppStatement)->clearParameters(); in clearParameters()
854 } catch (sql::MethodNotImplementedException) { in clearParameters()
856 } catch (sql::SQLException &e) { in clearParameters()