Searched refs:m_bIgnoreDriverPrivileges (Results 1 – 4 of 4) sorted by relevance
59 sal_Bool m_bIgnoreDriverPrivileges; member in connectivity::java_sql_Connection100 inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges;} in isIgnoreDriverPrivilegesEnabled()
83 sal_Bool m_bIgnoreDriverPrivileges; member in connectivity::odbc::OConnection139 inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges; } in isIgnoreDriverPrivilegesEnabled()
275 ,m_bIgnoreDriverPrivileges(sal_True) in java_sql_Connection()804 …m_bIgnoreDriverPrivileges = aSettings.getOrDefault( "IgnoreDriverPrivileges", m_bIgnoreDriverPrivi… in construct()
63 ,m_bIgnoreDriverPrivileges(sal_False) in OConnection()214 OSL_VERIFY( pBegin->Value >>= m_bIgnoreDriverPrivileges ); in Construct()
Completed in 50 milliseconds