Lines Matching refs:OStatement_Base

79 OStatement_Base::OStatement_Base(OConnection* _pConnection )  in OStatement_Base()  function in OStatement_Base
104 OStatement_Base::~OStatement_Base() in ~OStatement_Base()
109 void OStatement_Base::disposeResultSet() in disposeResultSet()
118 void SAL_CALL OStatement_Base::disposing(void) in disposing()
142 OStatement_Base::disposing(); in disposing()
150 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
158 Sequence< Type > SAL_CALL OStatement_Base::getTypes( ) throw(RuntimeException) in getTypes()
174 Reference< XResultSet > SAL_CALL OStatement_Base::getGeneratedValues( ) throw (SQLException, Runti… in getGeneratedValues()
191 void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException) in cancel()
201 void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException) in close()
218 void OStatement_Base::reset() throw (SQLException) in reset()
240 void OStatement_Base::clearMyResultSet () throw (SQLException) in clearMyResultSet()
256 SQLLEN OStatement_Base::getRowCount () throw( SQLException) in getRowCount()
279 sal_Bool OStatement_Base::lockIfNecessary (const ::rtl::OUString& sql) throw( SQLException) in lockIfNecessary()
318 void OStatement_Base::setWarning (const SQLWarning &ex) throw( SQLException) in setWarning()
332 sal_Int32 OStatement_Base::getColumnCount () throw( SQLException) in getColumnCount()
351 sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException, Runtim… in execute()
402 Reference< XResultSet > OStatement_Base::getResultSet (sal_Bool checkCount) throw( SQLException) in getResultSet()
446 sal_Int32 OStatement_Base::getStmtOption (short fOption) const in getStmtOption()
455 Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUString& sql ) throw(… in executeQuery()
480 Reference< XConnection > SAL_CALL OStatement_Base::getConnection( ) throw(SQLException, RuntimeExc… in getConnection()
492 return aRet.hasValue() ? aRet : OStatement_Base::queryInterface(rType); in queryInterface()
539 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
567 Reference< XResultSet > SAL_CALL OStatement_Base::getResultSet( ) throw(SQLException, RuntimeExcep… in getResultSet()
578 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount()
596 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults()
648 Any SAL_CALL OStatement_Base::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
659 void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
669 sal_Int32 OStatement_Base::getQueryTimeOut() const in getQueryTimeOut()
674 sal_Int32 OStatement_Base::getMaxRows() const in getMaxRows()
679 sal_Int32 OStatement_Base::getResultSetConcurrency() const in getResultSetConcurrency()
692 sal_Int32 OStatement_Base::getResultSetType() const in getResultSetType()
715 sal_Int32 OStatement_Base::getFetchDirection() const in getFetchDirection()
735 sal_Int32 OStatement_Base::getFetchSize() const in getFetchSize()
744 sal_Int32 OStatement_Base::getMaxFieldSize() const in getMaxFieldSize()
749 ::rtl::OUString OStatement_Base::getCursorName() const in getCursorName()
759 void OStatement_Base::setQueryTimeOut(sal_Int32 seconds) in setQueryTimeOut()
766 void OStatement_Base::setMaxRows(sal_Int32 _par0) in setMaxRows()
773 void OStatement_Base::setResultSetConcurrency(sal_Int32 _par0) in setResultSetConcurrency()
786 void OStatement_Base::setResultSetType(sal_Int32 _par0) in setResultSetType()
844 void OStatement_Base::setEscapeProcessing( const sal_Bool _bEscapeProc ) in setEscapeProcessing()
853 void OStatement_Base::setFetchDirection(sal_Int32 _par0) in setFetchDirection()
871 void OStatement_Base::setFetchSize(sal_Int32 _par0) in setFetchSize()
886 void OStatement_Base::setMaxFieldSize(sal_Int32 _par0) in setMaxFieldSize()
892 void OStatement_Base::setCursorName(const ::rtl::OUString &_par0) in setCursorName()
899 sal_Bool OStatement_Base::isUsingBookmarks() const in isUsingBookmarks()
908 sal_Bool OStatement_Base::getEscapeProcessing() const in getEscapeProcessing()
917 void OStatement_Base::setUsingBookmarks(sal_Bool _bUseBookmark) in setUsingBookmarks()
925 ::cppu::IPropertyArrayHelper* OStatement_Base::createArrayHelper( ) const in createArrayHelper()
945 ::cppu::IPropertyArrayHelper & OStatement_Base::getInfoHelper() in getInfoHelper()
947 return *const_cast<OStatement_Base*>(this)->getArrayHelper(); in getInfoHelper()
950 sal_Bool OStatement_Base::convertFastPropertyValue( in convertFastPropertyValue()
1011 void OStatement_Base::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) throw (… in setFastPropertyValue_NoBroadcast()
1058 void OStatement_Base::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
1100 void SAL_CALL OStatement_Base::acquire() throw() in acquire()
1105 void SAL_CALL OStatement_Base::release() throw() in release()
1120 OResultSet* OStatement_Base::createResulSet() in createResulSet()
1125 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OStatement_Base::getPropertySetInfo… in getPropertySetInfo()
1130 SQLUINTEGER OStatement_Base::getCursorProperties(SQLINTEGER _nCursorType,sal_Bool bFirst) in getCursorProperties()