Home
last modified time | relevance | path

Searched refs:supportsGroupByUnrelated (Results 1 – 22 of 22) sorted by relevance

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java593 public boolean supportsGroupByUnrelated() throws SQLException { in supportsGroupByUnrelated() method in PostgresqlDatabaseMetadata
594 return impl.supportsGroupByUnrelated(); in supportsGroupByUnrelated()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java81 …return !(bincludeGrouping && CurDBMetaData.xDBMetaData.supportsGroupByUnrelated() && CurDBMetaData… in addtoSelectClause()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java1137 public boolean supportsGroupByUnrelated() throws SQLException { in supportsGroupByUnrelated() method in JavaSQLDatabaseMetaData
1139 return jdbcDatabaseMetaData.supportsGroupByUnrelated(); in supportsGroupByUnrelated()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx126 … sal_Bool SAL_CALL supportsGroupByUnrelated() throw(my_SQLException, my_RuntimeException);
H A Dmysqlc_databasemetadata.cxx893 sal_Bool SAL_CALL ODatabaseMetaData::supportsGroupByUnrelated() in supportsGroupByUnrelated() function in ODatabaseMetaData
896 …impl_getBoolMetaData("supportsGroupByUnrelated", &sql::DatabaseMetaData::supportsGroupByUnrelated); in supportsGroupByUnrelated()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx431 sal_Bool SAL_CALL ODatabaseMetaData::supportsGroupByUnrelated( ) throw(SQLException, RuntimeExcept… in supportsGroupByUnrelated() function in ODatabaseMetaData
H A DSDatabaseMetaData.hxx98 …virtual sal_Bool SAL_CALL supportsGroupByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx686 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsGroupByUnrelated( ) throw(SQLException, RuntimeE… in supportsGroupByUnrelated() function in OEvoabDatabaseMetaData
H A DNDatabaseMetaData.hxx146 …virtual sal_Bool SAL_CALL supportsGroupByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/inc/file/
H A DFDatabaseMetaData.hxx103 …virtual sal_Bool SAL_CALL supportsGroupByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx445 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsGroupByUnrelated( ) throw(SQLException, RuntimeEx… in supportsGroupByUnrelated() function in MacabDatabaseMetaData
H A DMacabDatabaseMetaData.hxx99 …virtual sal_Bool SAL_CALL supportsGroupByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx830 sal_Bool SAL_CALL ODatabaseMetaData::supportsGroupByUnrelated( ) throw(SQLException, RuntimeExcept… in supportsGroupByUnrelated() function in ODatabaseMetaData
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx724 sal_Bool SAL_CALL ODatabaseMetaData::supportsGroupByUnrelated( ) throw(SQLException, RuntimeExcept… in supportsGroupByUnrelated() function in ODatabaseMetaData
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx128 …virtual sal_Bool SAL_CALL supportsGroupByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx110 …virtual sal_Bool SAL_CALL supportsGroupByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaData.hxx119 …virtual sal_Bool SAL_CALL supportsGroupByUnrelated( ) throw(::com::sun::star::sdbc::SQLException,…
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx1034 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsGroupByUnrelated( ) throw(SQLException, Runti… in supportsGroupByUnrelated() function in java_sql_DatabaseMetaData
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1049 sal_Bool SAL_CALL ODatabaseMetaData::supportsGroupByUnrelated( ) throw(SQLException, RuntimeExcept… in supportsGroupByUnrelated() function in ODatabaseMetaData
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx283 m_bGroupByUnRelated = xMetaData->supportsGroupByUnrelated(); in initialize()
H A DQueryDesignView.cxx3008 bUseAlias = bUseAlias || !xMeta->supportsGroupByUnrelated(); in getStatement()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl499 boolean supportsGroupByUnrelated() raises (SQLException);

Completed in 158 milliseconds