/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 649 public boolean supportsOrderByUnrelated() throws SQLException { in supportsOrderByUnrelated() method in PostgresqlDatabaseMetadata 650 return impl.supportsOrderByUnrelated(); in supportsOrderByUnrelated()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 1173 public boolean supportsOrderByUnrelated() throws SQLException { in supportsOrderByUnrelated() method in JavaSQLDatabaseMetaData 1175 return jdbcDatabaseMetaData.supportsOrderByUnrelated(); in supportsOrderByUnrelated()
|
/trunk/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()
|
/trunk/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,…
|
/trunk/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,…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 101 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
|
/trunk/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,…
|
/trunk/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
|
/trunk/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
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 126 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 108 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 117 …virtual sal_Bool SAL_CALL supportsOrderByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
|
/trunk/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
|
/trunk/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
|
/trunk/main/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 513 …if ( !m_xMetaData->supportsOrderByUnrelated() && m_aCurrentColumns[SelectColumns] && !m_aCurrentCo… in impl_getColumnName_throw()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 282 m_bOrderByUnRelated = xMetaData->supportsOrderByUnrelated(); in initialize()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 481 boolean supportsOrderByUnrelated() raises (SQLException);
|