Lines Matching refs:OPreparedStatement

61 IMPLEMENT_SERVICE_INFO(OPreparedStatement,"com.sun.star.sdbcx.mysqlc.PreparedStatement","com.sun.st…
65 OPreparedStatement::OPreparedStatement(OConnection* _pConnection, sql::PreparedStatement * _cppPrep… in OPreparedStatement() function in OPreparedStatement
82 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
90 void SAL_CALL OPreparedStatement::acquire() in acquire()
100 void SAL_CALL OPreparedStatement::release() in release()
110 Any SAL_CALL OPreparedStatement::queryInterface(const Type & rType) in queryInterface()
124 Sequence< Type > SAL_CALL OPreparedStatement::getTypes() in getTypes()
134 Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData() in getMetaData()
139 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in getMetaData()
159 void SAL_CALL OPreparedStatement::close() in close()
165 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in close()
182 sal_Bool SAL_CALL OPreparedStatement::execute() in execute()
187 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in execute()
201 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate() in executeUpdate()
206 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in executeUpdate()
220 void SAL_CALL OPreparedStatement::setString(sal_Int32 parameter, const OUString& x) in setString()
225 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setString()
241 Reference< XConnection > SAL_CALL OPreparedStatement::getConnection() in getConnection()
246 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in getConnection()
252 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery(const OUString& sql) in executeQuery()
258 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate(const OUString& sql) in executeUpdate()
264 sal_Bool SAL_CALL OPreparedStatement::execute( const OUString& sql ) in execute()
271 Reference< XResultSet > SAL_CALL OPreparedStatement::executeQuery() in executeQuery()
276 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in executeQuery()
291 void SAL_CALL OPreparedStatement::setBoolean(sal_Int32 parameter, sal_Bool x) in setBoolean()
296 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setBoolean()
311 void SAL_CALL OPreparedStatement::setByte(sal_Int32 parameter, sal_Int8 x) in setByte()
316 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setByte()
331 void SAL_CALL OPreparedStatement::setDate(sal_Int32 parameter, const Date& aData) in setDate()
336 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setDate()
359 void SAL_CALL OPreparedStatement::setTime(sal_Int32 parameter, const Time& aVal) in setTime()
364 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setTime()
387 void SAL_CALL OPreparedStatement::setTimestamp(sal_Int32 parameter, const DateTime& aVal) in setTimestamp()
392 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setTimestamp()
423 void SAL_CALL OPreparedStatement::setDouble(sal_Int32 parameter, double x) in setDouble()
428 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setDouble()
443 void SAL_CALL OPreparedStatement::setFloat(sal_Int32 parameter, float x) in setFloat()
448 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setFloat()
463 void SAL_CALL OPreparedStatement::setInt(sal_Int32 parameter, sal_Int32 x) in setInt()
468 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setInt()
483 void SAL_CALL OPreparedStatement::setLong(sal_Int32 parameter, sal_Int64 aVal) in setLong()
488 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setLong()
503 void SAL_CALL OPreparedStatement::setNull(sal_Int32 parameter, sal_Int32 sqlType) in setNull()
508 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setNull()
523 void SAL_CALL OPreparedStatement::setClob(sal_Int32 parameter, const Reference< XClob >& /* x */) in setClob()
528 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setClob()
537 void SAL_CALL OPreparedStatement::setBlob(sal_Int32 parameter, const Reference< XBlob >& /* x */) in setBlob()
542 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setBlob()
551 void SAL_CALL OPreparedStatement::setArray(sal_Int32 parameter, const Reference< XArray >& /* x */) in setArray()
556 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setArray()
565 void SAL_CALL OPreparedStatement::setRef(sal_Int32 parameter, const Reference< XRef >& /* x */) in setRef()
570 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setRef()
607 void SAL_CALL OPreparedStatement::setObjectWithInfo(sal_Int32 _parameterIndex, const Any& _value, s… in setObjectWithInfo()
611 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setObjectWithInfo()
744 void SAL_CALL OPreparedStatement::setObjectNull(sal_Int32 parameter, sal_Int32 /* sqlType */, const… in setObjectNull()
749 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setObjectNull()
758 void SAL_CALL OPreparedStatement::setObject(sal_Int32 parameter, const Any& /* x */) in setObject()
763 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setObject()
772 void SAL_CALL OPreparedStatement::setShort(sal_Int32 parameter, sal_Int16 x) in setShort()
777 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setShort()
792 void SAL_CALL OPreparedStatement::setBytes(sal_Int32 parameter, const Sequence< sal_Int8 >& x) in setBytes()
797 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setBytes()
813 void SAL_CALL OPreparedStatement::setCharacterStream(sal_Int32 parameter, in setCharacterStream()
820 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setCharacterStream()
829 void SAL_CALL OPreparedStatement::setBinaryStream(sal_Int32 parameter, in setBinaryStream()
836 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in setBinaryStream()
845 void SAL_CALL OPreparedStatement::clearParameters() in clearParameters()
850 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in clearParameters()
864 void SAL_CALL OPreparedStatement::clearBatch() in clearBatch()
874 void SAL_CALL OPreparedStatement::addBatch() in addBatch()
884 Sequence< sal_Int32 > SAL_CALL OPreparedStatement::executeBatch() in executeBatch()
895 void OPreparedStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) in setFastPropertyValue_NoBroadcast()
911 OPreparedStatement::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast()
918 void OPreparedStatement::checkParameterIndex(sal_Int32 column) in checkParameterIndex()