/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 509 public boolean supportsANSI92IntermediateSQL() throws SQLException { in supportsANSI92IntermediateSQL() method in PostgresqlDatabaseMetadata 510 return impl.supportsANSI92IntermediateSQL(); in supportsANSI92IntermediateSQL()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 1335 public boolean supportsANSI92IntermediateSQL() throws SQLException { in supportsANSI92IntermediateSQL() method in JavaSQLDatabaseMetaData 1337 return jdbcDatabaseMetaData.supportsANSI92IntermediateSQL(); in supportsANSI92IntermediateSQL()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 136 … sal_Bool SAL_CALL supportsANSI92IntermediateSQL() throw(my_SQLException, my_RuntimeException);
|
H A D | mysqlc_databasemetadata.cxx | 1091 sal_Bool SAL_CALL ODatabaseMetaData::supportsANSI92IntermediateSQL() in supportsANSI92IntermediateSQL() function in ODatabaseMetaData 1094 …olMetaData("supportsANSI92IntermediateSQL", &sql::DatabaseMetaData::supportsANSI92IntermediateSQL); in supportsANSI92IntermediateSQL()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 541 sal_Bool SAL_CALL ODatabaseMetaData::supportsANSI92IntermediateSQL( ) throw(SQLException, RuntimeE… in supportsANSI92IntermediateSQL() function in ODatabaseMetaData
|
H A D | SDatabaseMetaData.hxx | 108 …virtual sal_Bool SAL_CALL supportsANSI92IntermediateSQL( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 797 sal_Bool SAL_CALL OEvoabDatabaseMetaData::supportsANSI92IntermediateSQL( ) throw(SQLException, Run… in supportsANSI92IntermediateSQL() function in OEvoabDatabaseMetaData
|
H A D | NDatabaseMetaData.hxx | 156 …virtual sal_Bool SAL_CALL supportsANSI92IntermediateSQL( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 113 …virtual sal_Bool SAL_CALL supportsANSI92IntermediateSQL( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.cxx | 555 sal_Bool SAL_CALL MacabDatabaseMetaData::supportsANSI92IntermediateSQL( ) throw(SQLException, Runt… in supportsANSI92IntermediateSQL() function in MacabDatabaseMetaData
|
H A D | MacabDatabaseMetaData.hxx | 109 …virtual sal_Bool SAL_CALL supportsANSI92IntermediateSQL( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 962 sal_Bool SAL_CALL ODatabaseMetaData::supportsANSI92IntermediateSQL( ) throw(SQLException, RuntimeE… in supportsANSI92IntermediateSQL() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaData.cxx | 835 sal_Bool SAL_CALL ODatabaseMetaData::supportsANSI92IntermediateSQL( ) throw(SQLException, RuntimeE… in supportsANSI92IntermediateSQL() function in ODatabaseMetaData
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 138 …virtual sal_Bool SAL_CALL supportsANSI92IntermediateSQL( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 120 …virtual sal_Bool SAL_CALL supportsANSI92IntermediateSQL( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 129 …virtual sal_Bool SAL_CALL supportsANSI92IntermediateSQL( ) throw(::com::sun::star::sdbc::SQLExcep…
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 1166 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsANSI92IntermediateSQL( ) throw(SQLException, … in supportsANSI92IntermediateSQL() function in java_sql_DatabaseMetaData
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 1205 sal_Bool SAL_CALL ODatabaseMetaData::supportsANSI92IntermediateSQL( ) throw(SQLException, RuntimeE… in supportsANSI92IntermediateSQL() function in ODatabaseMetaData
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 595 boolean supportsANSI92IntermediateSQL() raises (SQLException);
|