Lines Matching refs:sdbc

142 …STOP_MULTIPLEXER_LISTENING(RowSetListener, m_aRowSetListeners, ::com::sun::star::sdbc::XRowSet, m_…  in StopListening()
175 …START_MULTIPLEXER_LISTENING(RowSetListener, m_aRowSetListeners, ::com::sun::star::sdbc::XRowSet, m… in StartListening()
205 void SbaXFormAdapter::AttachForm(const Reference< ::com::sun::star::sdbc::XRowSet >& xNewMaster) in AttachForm()
210 …DBG_ASSERT(xNewMaster.get() != static_cast< ::com::sun::star::sdbc::XRowSet* >(this), "SbaXFormAda… in AttachForm()
250 void SAL_CALL SbaXFormAdapter::close() throw( ::com::sun::star::sdbc::SQLException, RuntimeExceptio… in close()
252 Reference< ::com::sun::star::sdbc::XCloseable > xIface(m_xMainForm, UNO_QUERY); in close()
259 …eference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL SbaXFormAdapter::getMetaData() thr… in getMetaData()
261 Reference< ::com::sun::star::sdbc::XResultSetMetaDataSupplier > xIface(m_xMainForm, UNO_QUERY); in getMetaData()
264 return Reference< ::com::sun::star::sdbc::XResultSetMetaData > (); in getMetaData()
269 …r::findColumn(const ::rtl::OUString& columnName) throw( ::com::sun::star::sdbc::SQLException, Runt… in findColumn()
271 Reference< ::com::sun::star::sdbc::XColumnLocate > xIface(m_xMainForm, UNO_QUERY); in findColumn()
289 sal_Bool SAL_CALL SbaXFormAdapter::wasNull() throw( ::com::sun::star::sdbc::SQLException, RuntimeEx… in wasNull()
291 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in wasNull()
297 …baXFormAdapter::getString(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, Runt… in getString()
299 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getString()
305 sal_Bool SAL_CALL SbaXFormAdapter::getBoolean(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc:… in getBoolean()
307 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getBoolean()
313 sal_Int8 SAL_CALL SbaXFormAdapter::getByte(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQ… in getByte()
315 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getByte()
321 sal_Int16 SAL_CALL SbaXFormAdapter::getShort(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::… in getShort()
323 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getShort()
329 sal_Int32 SAL_CALL SbaXFormAdapter::getInt(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQ… in getInt()
331 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getInt()
337 sal_Int64 SAL_CALL SbaXFormAdapter::getLong(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::S… in getLong()
339 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getLong()
345 float SAL_CALL SbaXFormAdapter::getFloat(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLE… in getFloat()
347 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getFloat()
353 double SAL_CALL SbaXFormAdapter::getDouble(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQ… in getDouble()
355 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getDouble()
361 …SbaXFormAdapter::getBytes(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, Runt… in getBytes()
363 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getBytes()
369 … SbaXFormAdapter::getDate(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, Runt… in getDate()
371 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getDate()
377 … SbaXFormAdapter::getTime(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, Runt… in getTime()
379 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getTime()
385 …FormAdapter::getTimestamp(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, Runt… in getTimestamp()
387 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getTimestamp()
393 …mAdapter::getBinaryStream(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, Runt… in getBinaryStream()
395 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getBinaryStream()
401 …apter::getCharacterStream(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQLException, Runt… in getCharacterStream()
403 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getCharacterStream()
409 …m::sun::star::container::XNameAccess >& typeMap) throw( ::com::sun::star::sdbc::SQLException, Runt… in getObject()
411 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getObject()
417 …ference< ::com::sun::star::sdbc::XRef > SAL_CALL SbaXFormAdapter::getRef(sal_Int32 columnIndex) th… in getRef()
419 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getRef()
422 return Reference< ::com::sun::star::sdbc::XRef > (); in getRef()
425 …erence< ::com::sun::star::sdbc::XBlob > SAL_CALL SbaXFormAdapter::getBlob(sal_Int32 columnIndex) t… in getBlob()
427 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getBlob()
430 return Reference< ::com::sun::star::sdbc::XBlob > (); in getBlob()
433 …erence< ::com::sun::star::sdbc::XClob > SAL_CALL SbaXFormAdapter::getClob(sal_Int32 columnIndex) t… in getClob()
435 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getClob()
438 return Reference< ::com::sun::star::sdbc::XClob > (); in getClob()
441 …rence< ::com::sun::star::sdbc::XArray > SAL_CALL SbaXFormAdapter::getArray(sal_Int32 columnIndex) … in getArray()
443 Reference< ::com::sun::star::sdbc::XRow > xIface(m_xMainForm, UNO_QUERY); in getArray()
446 return Reference< ::com::sun::star::sdbc::XArray > (); in getArray()
451 Any SAL_CALL SbaXFormAdapter::getBookmark() throw( ::com::sun::star::sdbc::SQLException, RuntimeExc… in getBookmark()
459 …FormAdapter::moveToBookmark(const Any& bookmark) throw( ::com::sun::star::sdbc::SQLException, Runt… in moveToBookmark()
467 …eToBookmark(const Any& bookmark, sal_Int32 rows) throw( ::com::sun::star::sdbc::SQLException, Runt… in moveRelativeToBookmark()
475 …Bookmarks(const Any& _first, const Any& _second) throw( ::com::sun::star::sdbc::SQLException, Runt… in compareBookmarks()
484 sal_Bool SAL_CALL SbaXFormAdapter::hasOrderedBookmarks() throw( ::com::sun::star::sdbc::SQLExceptio… in hasOrderedBookmarks()
493 sal_Int32 SAL_CALL SbaXFormAdapter::hashBookmark(const Any& bookmark) throw( ::com::sun::star::sdbc in hashBookmark()
503 void SAL_CALL SbaXFormAdapter::updateNull(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc::SQL… in updateNull()
505 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateNull()
510 …updateBoolean(sal_Int32 columnIndex, sal_Bool x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateBoolean()
512 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateBoolean()
517 …r::updateByte(sal_Int32 columnIndex, sal_Int8 x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateByte()
519 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateByte()
524 …:updateShort(sal_Int32 columnIndex, sal_Int16 x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateShort()
526 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateShort()
531 …r::updateInt(sal_Int32 columnIndex, sal_Int32 x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateInt()
533 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateInt()
538 …::updateLong(sal_Int32 columnIndex, sal_Int64 x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateLong()
540 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateLong()
545 …ter::updateFloat(sal_Int32 columnIndex, float x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateFloat()
547 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateFloat()
552 …r::updateDouble(sal_Int32 columnIndex, double x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateDouble()
554 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateDouble()
559 …sal_Int32 columnIndex, const ::rtl::OUString& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateString()
561 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateString()
566 …nt32 columnIndex, const Sequence< sal_Int8 >& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateBytes()
568 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateBytes()
573 …umnIndex, const ::com::sun::star::util::Date& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateDate()
575 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateDate()
580 …umnIndex, const ::com::sun::star::util::Time& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateTime()
582 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateTime()
587 …ndex, const ::com::sun::star::util::DateTime& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateTimestamp()
589 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateTimestamp()
594 …::star::io::XInputStream >& x, sal_Int32 length) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateBinaryStream()
596 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateBinaryStream()
601 …::star::io::XInputStream >& x, sal_Int32 length) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateCharacterStream()
603 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateCharacterStream()
608 …pdateObject(sal_Int32 columnIndex, const Any& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateObject()
610 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateObject()
615 …nt32 columnIndex, const Any& x, sal_Int32 scale) throw( ::com::sun::star::sdbc::SQLException, Runt… in updateNumericObject()
617 Reference< ::com::sun::star::sdbc::XRowUpdate > xIface(m_xMainForm, UNO_QUERY); in updateNumericObject()
624 sal_Bool SAL_CALL SbaXFormAdapter::next() throw( ::com::sun::star::sdbc::SQLException, RuntimeExcep… in next()
631 sal_Bool SAL_CALL SbaXFormAdapter::isBeforeFirst() throw( ::com::sun::star::sdbc::SQLException, Run… in isBeforeFirst()
638 sal_Bool SAL_CALL SbaXFormAdapter::isAfterLast() throw( ::com::sun::star::sdbc::SQLException, Runti… in isAfterLast()
645 sal_Bool SAL_CALL SbaXFormAdapter::isFirst() throw( ::com::sun::star::sdbc::SQLException, RuntimeEx… in isFirst()
652 sal_Bool SAL_CALL SbaXFormAdapter::isLast() throw( ::com::sun::star::sdbc::SQLException, RuntimeExc… in isLast()
659 void SAL_CALL SbaXFormAdapter::beforeFirst() throw( ::com::sun::star::sdbc::SQLException, RuntimeEx… in beforeFirst()
665 void SAL_CALL SbaXFormAdapter::afterLast() throw( ::com::sun::star::sdbc::SQLException, RuntimeExce… in afterLast()
671 sal_Bool SAL_CALL SbaXFormAdapter::first() throw( ::com::sun::star::sdbc::SQLException, RuntimeExce… in first()
678 sal_Bool SAL_CALL SbaXFormAdapter::last() throw( ::com::sun::star::sdbc::SQLException, RuntimeExcep… in last()
685 sal_Int32 SAL_CALL SbaXFormAdapter::getRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeEx… in getRow()
692 sal_Bool SAL_CALL SbaXFormAdapter::absolute(sal_Int32 row) throw( ::com::sun::star::sdbc::SQLExcept… in absolute()
699 sal_Bool SAL_CALL SbaXFormAdapter::relative(sal_Int32 rows) throw( ::com::sun::star::sdbc::SQLExcep… in relative()
706 sal_Bool SAL_CALL SbaXFormAdapter::previous() throw( ::com::sun::star::sdbc::SQLException, RuntimeE… in previous()
713 void SAL_CALL SbaXFormAdapter::refreshRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeExc… in refreshRow()
720 sal_Bool SAL_CALL SbaXFormAdapter::rowUpdated() throw( ::com::sun::star::sdbc::SQLException, Runtim… in rowUpdated()
727 sal_Bool SAL_CALL SbaXFormAdapter::rowInserted() throw( ::com::sun::star::sdbc::SQLException, Runti… in rowInserted()
734 sal_Bool SAL_CALL SbaXFormAdapter::rowDeleted() throw( ::com::sun::star::sdbc::SQLException, Runtim… in rowDeleted()
741 Reference< XInterface > SAL_CALL SbaXFormAdapter::getStatement() throw( ::com::sun::star::sdbc::SQL… in getStatement()
750 void SAL_CALL SbaXFormAdapter::insertRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeExce… in insertRow()
752 Reference< ::com::sun::star::sdbc::XResultSetUpdate > xIface(m_xMainForm, UNO_QUERY); in insertRow()
757 void SAL_CALL SbaXFormAdapter::updateRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeExce… in updateRow()
759 Reference< ::com::sun::star::sdbc::XResultSetUpdate > xIface(m_xMainForm, UNO_QUERY); in updateRow()
764 void SAL_CALL SbaXFormAdapter::deleteRow() throw( ::com::sun::star::sdbc::SQLException, RuntimeExce… in deleteRow()
766 Reference< ::com::sun::star::sdbc::XResultSetUpdate > xIface(m_xMainForm, UNO_QUERY); in deleteRow()
771 void SAL_CALL SbaXFormAdapter::cancelRowUpdates() throw( ::com::sun::star::sdbc::SQLException, Runt… in cancelRowUpdates()
773 Reference< ::com::sun::star::sdbc::XResultSetUpdate > xIface(m_xMainForm, UNO_QUERY); in cancelRowUpdates()
778 void SAL_CALL SbaXFormAdapter::moveToInsertRow() throw( ::com::sun::star::sdbc::SQLException, Runti… in moveToInsertRow()
780 Reference< ::com::sun::star::sdbc::XResultSetUpdate > xIface(m_xMainForm, UNO_QUERY); in moveToInsertRow()
785 void SAL_CALL SbaXFormAdapter::moveToCurrentRow() throw( ::com::sun::star::sdbc::SQLException, Runt… in moveToCurrentRow()
787 Reference< ::com::sun::star::sdbc::XResultSetUpdate > xIface(m_xMainForm, UNO_QUERY); in moveToCurrentRow()
794 void SAL_CALL SbaXFormAdapter::execute() throw( ::com::sun::star::sdbc::SQLException, RuntimeExcept… in execute()
800 …NT_LISTENER_ADMINISTRATION(SbaXFormAdapter, sdbc, RowSetListener, m_aRowSetListeners, ::com::sun::… in IMPLEMENT_LISTENER_ADMINISTRATION() argument
804 …Adapter::deleteRows(const Sequence< Any >& rows) throw( ::com::sun::star::sdbc::SQLException, Runt… in IMPLEMENT_LISTENER_ADMINISTRATION()
814 Any SAL_CALL SbaXFormAdapter::getWarnings() throw( ::com::sun::star::sdbc::SQLException, RuntimeExc… in getWarnings()
816 Reference< ::com::sun::star::sdbc::XWarningsSupplier > xIface(m_xMainForm, UNO_QUERY); in getWarnings()
822 void SAL_CALL SbaXFormAdapter::clearWarnings() throw( ::com::sun::star::sdbc::SQLException, Runtime… in clearWarnings()
824 Reference< ::com::sun::star::sdbc::XWarningsSupplier > xIface(m_xMainForm, UNO_QUERY); in clearWarnings()
839 Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL SbaXFormAdapter::createResultSet() throw( … in IMPLEMENT_LISTENER_ADMINISTRATION()
844 return Reference< ::com::sun::star::sdbc::XResultSet > (); in IMPLEMENT_LISTENER_ADMINISTRATION()
882 …ull(sal_Int32 parameterIndex, sal_Int32 sqlType) throw( ::com::sun::star::sdbc::SQLException, Runt… in IMPLEMENT_LISTENER_ADMINISTRATION()
884 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in IMPLEMENT_LISTENER_ADMINISTRATION()
889 …_Int32 sqlType, const ::rtl::OUString& typeName) throw( ::com::sun::star::sdbc::SQLException, Runt… in setObjectNull()
891 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setObjectNull()
896 …setBoolean(sal_Int32 parameterIndex, sal_Bool x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setBoolean()
898 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setBoolean()
903 …r::setByte(sal_Int32 parameterIndex, sal_Int8 x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setByte()
905 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setByte()
910 …:setShort(sal_Int32 parameterIndex, sal_Int16 x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setShort()
912 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setShort()
917 …r::setInt(sal_Int32 parameterIndex, sal_Int32 x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setInt()
919 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setInt()
924 …::setLong(sal_Int32 parameterIndex, sal_Int64 x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setLong()
926 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setLong()
931 …ter::setFloat(sal_Int32 parameterIndex, float x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setFloat()
933 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setFloat()
938 …r::setDouble(sal_Int32 parameterIndex, double x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setDouble()
940 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setDouble()
945 …_Int32 parameterIndex, const ::rtl::OUString& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setString()
947 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setString()
952 …2 parameterIndex, const Sequence< sal_Int8 >& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setBytes()
954 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setBytes()
959 …terIndex, const ::com::sun::star::util::Date& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setDate()
961 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setDate()
966 …terIndex, const ::com::sun::star::util::Time& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setTime()
968 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setTime()
973 …ndex, const ::com::sun::star::util::DateTime& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setTimestamp()
975 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setTimestamp()
980 …::star::io::XInputStream >& x, sal_Int32 length) throw( ::com::sun::star::sdbc::SQLException, Runt… in setBinaryStream()
982 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setBinaryStream()
987 …::star::io::XInputStream >& x, sal_Int32 length) throw( ::com::sun::star::sdbc::SQLException, Runt… in setCharacterStream()
989 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setCharacterStream()
994 …etObject(sal_Int32 parameterIndex, const Any& x) throw( ::com::sun::star::sdbc::SQLException, Runt… in setObject()
996 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setObject()
1001 …ny& x, sal_Int32 targetSqlType, sal_Int32 scale) throw( ::com::sun::star::sdbc::SQLException, Runt… in setObjectWithInfo()
1003 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setObjectWithInfo()
1008 …2 parameterIndex, const Reference< ::com::sun::star::sdbc::XRef >& x) throw( ::com::sun::star::sdb… in setRef()
1010 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setRef()
1015 …2 parameterIndex, const Reference< ::com::sun::star::sdbc::XBlob >& x) throw( ::com::sun::star::sd… in setBlob()
1017 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setBlob()
1022 …2 parameterIndex, const Reference< ::com::sun::star::sdbc::XClob >& x) throw( ::com::sun::star::sd… in setClob()
1024 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setClob()
1029 … parameterIndex, const Reference< ::com::sun::star::sdbc::XArray >& x) throw( ::com::sun::star::sd… in setArray()
1031 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in setArray()
1036 void SAL_CALL SbaXFormAdapter::clearParameters() throw( ::com::sun::star::sdbc::SQLException, Runti… in clearParameters()
1038 Reference< ::com::sun::star::sdbc::XParameters > xIface(m_xMainForm, UNO_QUERY); in clearParameters()