Home
last modified time | relevance | path

Searched refs:isAutoRetrievingEnabled (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx129 …if ( m_pConnection && !m_pConnection->isAutoRetrievingEnabled() && rType == ::getCppuType( (const … in queryInterface()
142 if ( m_pConnection && !m_pConnection->isAutoRetrievingEnabled() ) in getTypes()
175 …OSL_ENSURE( m_pConnection && m_pConnection->isAutoRetrievingEnabled(),"Illegal call here. isAutoRe… in getGeneratedValues()
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx152 …if ( m_pConnection && !m_pConnection->isAutoRetrievingEnabled() && rType == ::getCppuType( (const … in queryInterface()
164 if ( m_pConnection && !m_pConnection->isAutoRetrievingEnabled() ) in getTypes()
176 …OSL_ENSURE( m_pConnection && m_pConnection->isAutoRetrievingEnabled(),"Illegal call here. isAutoRe… in getGeneratedValues()
/aoo41x/main/connectivity/source/inc/
H A DAutoRetrievingBase.hxx42 inline sal_Bool isAutoRetrievingEnabled() const { return m_bAutoRetrievingEnabled; } in isAutoRetrievingEnabled() function in connectivity::OAutoRetrievingBase

Completed in 30 milliseconds