Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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()
/trunk/main/connectivity/source/inc/
H A DAutoRetrievingBase.hxx42 inline sal_Bool isAutoRetrievingEnabled() const { return m_bAutoRetrievingEnabled; } in isAutoRetrievingEnabled() function in connectivity::OAutoRetrievingBase
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java551 public boolean isAutoRetrievingEnabled() { in isAutoRetrievingEnabled() method in JavaSQLConnection
552 return autoRetrievingBase.isAutoRetrievingEnabled(); in isAutoRetrievingEnabled()
H A DJavaSQLStatementBase.java465 if (connection != null && connection.isAutoRetrievingEnabled()) { in getGeneratedValues()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DAutoRetrievingBase.java27 public boolean isAutoRetrievingEnabled() { in isAutoRetrievingEnabled() method in AutoRetrievingBase

Completed in 33 milliseconds