Home
last modified time | relevance | path

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

/trunk/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
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx139 inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges; } in isIgnoreDriverPrivilegesEnabled() function in connectivity::odbc::OConnection
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java575 public boolean isIgnoreDriverPrivilegesEnabled() { in isIgnoreDriverPrivilegesEnabled() method in JavaSQLConnection
H A DJavaSQLDatabaseMetaData.java518 if (connection.isIgnoreDriverPrivilegesEnabled()) { in getTablePrivileges()
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx427 if ( m_pConnection->isIgnoreDriverPrivilegesEnabled() ) in getTablePrivileges()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx432 if ( m_pConnection->isIgnoreDriverPrivilegesEnabled() ) in getTablePrivileges()

Completed in 48 milliseconds