Home
last modified time | relevance | path

Searched refs:m_bIgnoreDriverPrivileges (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/inc/java/sql/
H A DConnection.hxx59 sal_Bool m_bIgnoreDriverPrivileges; member in connectivity::java_sql_Connection
100 inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges;} in isIgnoreDriverPrivilegesEnabled()
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx83 sal_Bool m_bIgnoreDriverPrivileges; member in connectivity::odbc::OConnection
139 inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges; } in isIgnoreDriverPrivilegesEnabled()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx275 ,m_bIgnoreDriverPrivileges(sal_True) in java_sql_Connection()
804m_bIgnoreDriverPrivileges = aSettings.getOrDefault( "IgnoreDriverPrivileges", m_bIgnoreDriverPrivi… in construct()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx63 ,m_bIgnoreDriverPrivileges(sal_False) in OConnection()
214 OSL_VERIFY( pBegin->Value >>= m_bIgnoreDriverPrivileges ); in Construct()

Completed in 45 milliseconds