Lines Matching refs:OStatement_Base

65 OStatement_Base::OStatement_Base(OConnection* _pConnection )  in DBG_NAME()
105 OStatement_Base::~OStatement_Base() in ~OStatement_Base()
114 void OStatement_Base::disposeResultSet() in disposeResultSet()
161 OStatement_Base::disposing(); in disposing()
164 void SAL_CALL OStatement_Base::acquire() throw() in acquire()
174 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
181 Sequence< Type > SAL_CALL OStatement_Base::getTypes( ) throw(RuntimeException) in getTypes()
192 void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException) in cancel()
198 void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException) in close()
209 void OStatement_Base::reset() throw (SQLException) in reset()
226 void OStatement_Base::clearMyResultSet () throw (SQLException) in clearMyResultSet()
247 void OStatement_Base::setWarning (const SQLWarning &ex) throw( SQLException) in setWarning()
258 Any SAL_CALL OStatement_Base::getWarnings( ) throw(SQLException, RuntimeException) in getWarnings()
267 void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeException) in clearWarnings()
276 ::cppu::IPropertyArrayHelper* OStatement_Base::createArrayHelper( ) const in createArrayHelper()
285 ::cppu::IPropertyArrayHelper & OStatement_Base::getInfoHelper() in getInfoHelper()
288 return *const_cast<OStatement_Base*>(this)->getArrayHelper(); in getInfoHelper()
358 void SAL_CALL OStatement_Base::disposing(void) in disposing()
370 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OStatement_Base::getPropertySetInfo… in getPropertySetInfo()
382 OSQLAnalyzer* OStatement_Base::createAnalyzer() in createAnalyzer()
388 void OStatement_Base::anylizeSQL() in anylizeSQL()
419 void OStatement_Base::setOrderbyColumn( OSQLParseNode* pColumnRef, in setOrderbyColumn()
462 void OStatement_Base::construct(const ::rtl::OUString& sql) throw(SQLException, RuntimeException) in construct()
541 void OStatement_Base::createColumnMapping() in createColumnMapping()
555 void OStatement_Base::initializeResultSet(OResultSet* _pResult) in initializeResultSet()
574 void OStatement_Base::GetAssignValues() in GetAssignValues()
724 void OStatement_Base::ParseAssignValues(const ::std::vector< String>& aColumnNameList,OSQLParseNode… in ParseAssignValues()
753 void OStatement_Base::SetAssignValue(const String& aColumnName, in SetAssignValue()
840 void OStatement_Base::parseParamterElem(const String& /*_sColumnName*/,OSQLParseNode* /*pRow_Value_… in parseParamterElem()