/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 154 public String getDatabaseProductName() throws SQLException { in getDatabaseProductName() method in PostgresqlDatabaseMetadata 155 return impl.getDatabaseProductName(); in getDatabaseProductName()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 1409 public String getDatabaseProductName() throws SQLException { in getDatabaseProductName() method in JavaSQLDatabaseMetaData 1411 String databaseProductName = jdbcDatabaseMetaData.getDatabaseProductName(); in getDatabaseProductName()
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 90 OUString SAL_CALL getDatabaseProductName() throw(my_SQLException, my_RuntimeException);
|
H A D | mysqlc_databasemetadata.cxx | 1150 OUString SAL_CALL ODatabaseMetaData::getDatabaseProductName() in getDatabaseProductName() function in ODatabaseMetaData 1153 …n impl_getStringMetaData("getDatabaseProductName", &sql::DatabaseMetaData::getDatabaseProductName); in getDatabaseProductName()
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 576 ::rtl::OUString SAL_CALL ODatabaseMetaData::getDatabaseProductName( ) throw(SQLException, RuntimeE… in getDatabaseProductName() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 63 …virtual ::rtl::OUString SAL_CALL getDatabaseProductName( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 833 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getDatabaseProductName( ) throw(SQLException, Run… in getDatabaseProductName() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 114 …virtual ::rtl::OUString SAL_CALL getDatabaseProductName( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/aoo42x/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 73 …virtual ::rtl::OUString SAL_CALL getDatabaseProductName( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 592 ::rtl::OUString SAL_CALL MacabDatabaseMetaData::getDatabaseProductName( ) throw(SQLException, Runt… in getDatabaseProductName() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 64 …virtual ::rtl::OUString SAL_CALL getDatabaseProductName( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 999 ::rtl::OUString SAL_CALL ODatabaseMetaData::getDatabaseProductName( ) throw(SQLException, RuntimeE… in getDatabaseProductName() function in ODatabaseMetaData
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 866 ::rtl::OUString SAL_CALL ODatabaseMetaData::getDatabaseProductName( ) throw(SQLException, RuntimeE… in getDatabaseProductName() function in ODatabaseMetaData
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 96 …virtual ::rtl::OUString SAL_CALL getDatabaseProductName( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 80 …virtual ::rtl::OUString SAL_CALL getDatabaseProductName( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 87 …virtual ::rtl::OUString SAL_CALL getDatabaseProductName( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 1207 ::rtl::OUString SAL_CALL java_sql_DatabaseMetaData::getDatabaseProductName( ) throw(SQLException, … in getDatabaseProductName() function in java_sql_DatabaseMetaData
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 1258 ::rtl::OUString SAL_CALL ODatabaseMetaData::getDatabaseProductName( ) throw(SQLException, RuntimeE… in getDatabaseProductName() function in ODatabaseMetaData
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 160 string getDatabaseProductName() raises (SQLException);
|