Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/source/inc/java/sql/
H A DConnection.hxx100 … inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges;} in isIgnoreDriverPrivilegesEnabled() function in connectivity::java_sql_Connection
/AOO41X/main/connectivity/source/inc/odbc/
H A DOConnection.hxx139 …inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges; } in isIgnoreDriverPrivilegesEnabled() function in connectivity::odbc::OConnection
/AOO41X/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx427 if ( m_pConnection->isIgnoreDriverPrivilegesEnabled() ) in getTablePrivileges()
/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx432 if ( m_pConnection->isIgnoreDriverPrivilegesEnabled() ) in getTablePrivileges()