/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 322 public String getSystemFunctions() throws SQLException { in getSystemFunctions() method in PostgresqlDatabaseMetadata 323 return impl.getSystemFunctions(); in getSystemFunctions()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 1519 public String getSystemFunctions() throws SQLException { in getSystemFunctions() method in JavaSQLDatabaseMetaData 1521 String systemFunctions = jdbcDatabaseMetaData.getSystemFunctions(); in getSystemFunctions()
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 110 OUString SAL_CALL getSystemFunctions() throw(my_SQLException, my_RuntimeException);
|
H A D | mysqlc_databasemetadata.cxx | 1257 OUString SAL_CALL ODatabaseMetaData::getSystemFunctions() in getSystemFunctions() function in ODatabaseMetaData 1260 return impl_getStringMetaData("getSystemFunctions", &sql::DatabaseMetaData::getSystemFunctions); in getSystemFunctions()
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 631 ::rtl::OUString SAL_CALL ODatabaseMetaData::getSystemFunctions( ) throw(SQLException, RuntimeExcep… in getSystemFunctions() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 83 …virtual ::rtl::OUString SAL_CALL getSystemFunctions( ) throw(::com::sun::star::sdbc::SQLException…
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 888 ::rtl::OUString SAL_CALL OEvoabDatabaseMetaData::getSystemFunctions( ) throw(SQLException, Runtime… in getSystemFunctions() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 133 …virtual ::rtl::OUString SAL_CALL getSystemFunctions( ) throw(::com::sun::star::sdbc::SQLException…
|
/aoo42x/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 90 …virtual ::rtl::OUString SAL_CALL getSystemFunctions( ) throw(::com::sun::star::sdbc::SQLException…
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 647 ::rtl::OUString SAL_CALL MacabDatabaseMetaData::getSystemFunctions( ) throw(SQLException, RuntimeE… in getSystemFunctions() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 84 …virtual ::rtl::OUString SAL_CALL getSystemFunctions( ) throw(::com::sun::star::sdbc::SQLException…
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 1059 ::rtl::OUString SAL_CALL ODatabaseMetaData::getSystemFunctions( ) throw(SQLException, RuntimeExcep… in getSystemFunctions() function in ODatabaseMetaData
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 961 ::rtl::OUString SAL_CALL ODatabaseMetaData::getSystemFunctions( ) throw(SQLException, RuntimeExcep… in getSystemFunctions() function in ODatabaseMetaData
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 115 …virtual ::rtl::OUString SAL_CALL getSystemFunctions( ) throw(::com::sun::star::sdbc::SQLException…
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 97 …virtual ::rtl::OUString SAL_CALL getSystemFunctions( ) throw(::com::sun::star::sdbc::SQLException…
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 106 …virtual ::rtl::OUString SAL_CALL getSystemFunctions( ) throw(::com::sun::star::sdbc::SQLException…
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 1267 ::rtl::OUString SAL_CALL java_sql_DatabaseMetaData::getSystemFunctions( ) throw(SQLException, Runt… in getSystemFunctions() function in java_sql_DatabaseMetaData
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 1430 ::rtl::OUString SAL_CALL ODatabaseMetaData::getSystemFunctions( ) throw(SQLException, RuntimeExcep… in getSystemFunctions() function in ODatabaseMetaData
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 335 string getSystemFunctions() raises (SQLException);
|