| /aoo41x/main/mysqlc/source/ | 
| H A D | mysqlc_databasemetadata.hxx | 124 …        sal_Bool SAL_CALL supportsOrderByUnrelated()			throw(my_SQLException, my_RuntimeException);
  | 
| H A D | mysqlc_databasemetadata.cxx | 929 sal_Bool SAL_CALL ODatabaseMetaData::supportsOrderByUnrelated()  in supportsOrderByUnrelated()  function in ODatabaseMetaData 932 …impl_getBoolMetaData("supportsOrderByUnrelated", &sql::DatabaseMetaData::supportsOrderByUnrelated);  in supportsOrderByUnrelated()
  | 
| /aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ | 
| H A D | SDatabaseMetaData.cxx | 451 sal_Bool SAL_CALL ODatabaseMetaData::supportsOrderByUnrelated(  ) throw(SQLException, RuntimeExcept…  in supportsOrderByUnrelated()  function in ODatabaseMetaData
  | 
| H A D | SDatabaseMetaData.hxx | 96 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated(  ) throw(::com::sun::star::sdbc::SQLException,…
  | 
| /aoo41x/main/connectivity/source/drivers/evoab2/ | 
| H A D | NDatabaseMetaData.cxx | 706 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsOrderByUnrelated(  ) throw(SQLException, RuntimeE…  in supportsOrderByUnrelated()  function in OEvoabDatabaseMetaData
  | 
| H A D | NDatabaseMetaData.hxx | 144 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated(  ) throw(::com::sun::star::sdbc::SQLException,…
  | 
| /aoo41x/main/connectivity/source/drivers/kab/ | 
| H A D | KDatabaseMetaData.cxx | 466 sal_Bool SAL_CALL KabDatabaseMetaData::supportsOrderByUnrelated(  ) throw(SQLException, RuntimeExce…  in supportsOrderByUnrelated()  function in KabDatabaseMetaData
  | 
| H A D | KDatabaseMetaData.hxx | 98 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated(  ) throw(::com::sun::star::sdbc::SQLException,…
  | 
| /aoo41x/main/connectivity/source/inc/file/ | 
| H A D | FDatabaseMetaData.hxx | 101 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated(  ) throw(::com::sun::star::sdbc::SQLException,…
  | 
| /aoo41x/main/connectivity/source/drivers/macab/ | 
| H A D | MacabDatabaseMetaData.cxx | 465 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsOrderByUnrelated(  ) throw(SQLException, RuntimeEx…  in supportsOrderByUnrelated()  function in MacabDatabaseMetaData
  | 
| H A D | MacabDatabaseMetaData.hxx | 97 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated(  ) throw(::com::sun::star::sdbc::SQLException,…
  | 
| /aoo41x/main/connectivity/source/drivers/file/ | 
| H A D | FDatabaseMetaData.cxx | 854 sal_Bool SAL_CALL ODatabaseMetaData::supportsOrderByUnrelated(  ) throw(SQLException, RuntimeExcept…  in supportsOrderByUnrelated()  function in ODatabaseMetaData
  | 
| /aoo41x/main/connectivity/source/drivers/ado/ | 
| H A D | ADatabaseMetaData.cxx | 744 sal_Bool SAL_CALL ODatabaseMetaData::supportsOrderByUnrelated(  ) throw(SQLException, RuntimeExcept…  in supportsOrderByUnrelated()  function in ODatabaseMetaData
  | 
| /aoo41x/main/connectivity/source/inc/ado/ | 
| H A D | ADatabaseMetaData.hxx | 126 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated(  ) throw(::com::sun::star::sdbc::SQLException,…
  | 
| /aoo41x/main/connectivity/source/inc/java/sql/ | 
| H A D | DatabaseMetaData.hxx | 108 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated(  ) throw(::com::sun::star::sdbc::SQLException,…
  | 
| /aoo41x/main/connectivity/source/inc/odbc/ | 
| H A D | ODatabaseMetaData.hxx | 117 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated(  ) throw(::com::sun::star::sdbc::SQLException,…
  | 
| /aoo41x/main/connectivity/source/drivers/jdbc/ | 
| H A D | DatabaseMetaData.cxx | 1058 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsOrderByUnrelated(  ) throw(SQLException, Runti…  in supportsOrderByUnrelated()  function in java_sql_DatabaseMetaData
  | 
| /aoo41x/main/connectivity/source/drivers/odbcbase/ | 
| H A D | ODatabaseMetaData.cxx | 1077 sal_Bool SAL_CALL ODatabaseMetaData::supportsOrderByUnrelated(  ) throw(SQLException, RuntimeExcept…  in supportsOrderByUnrelated()  function in ODatabaseMetaData
  | 
| /aoo41x/main/dbaccess/source/core/api/ | 
| H A D | SingleSelectQueryComposer.cxx | 513 …if ( !m_xMetaData->supportsOrderByUnrelated() && m_aCurrentColumns[SelectColumns] && !m_aCurrentCo…  in impl_getColumnName_throw()
  | 
| /aoo41x/main/dbaccess/source/ui/querydesign/ | 
| H A D | SelectionBrowseBox.cxx | 282 				m_bOrderByUnRelated = xMetaData->supportsOrderByUnrelated();  in initialize()
  | 
| /aoo41x/main/offapi/com/sun/star/sdbc/ | 
| H A D | XDatabaseMetaData.idl | 481 	boolean supportsOrderByUnrelated() raises (SQLException); 
  |