| /trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
| H A D | PostgresqlDatabaseMetadata.java | 489 public boolean storesMixedCaseQuotedIdentifiers() throws SQLException { in storesMixedCaseQuotedIdentifiers() method in PostgresqlDatabaseMetadata 490 return impl.storesMixedCaseQuotedIdentifiers(); in storesMixedCaseQuotedIdentifiers()
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | TDatabaseMetaDataBase.cxx | 325 sal_Bool SAL_CALL ODatabaseMetaDataBase::storesMixedCaseQuotedIdentifiers( ) throw(SQLException, R… in storesMixedCaseQuotedIdentifiers() function in ODatabaseMetaDataBase
|
| /trunk/main/connectivity/source/inc/ |
| H A D | TDatabaseMetaDataBase.hxx | 135 …virtual sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
| /trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLDatabaseMetaData.java | 647 public boolean storesMixedCaseQuotedIdentifiers() throws SQLException { in storesMixedCaseQuotedIdentifiers() method in JavaSQLDatabaseMetaData 649 return jdbcDatabaseMetaData.storesMixedCaseQuotedIdentifiers(); in storesMixedCaseQuotedIdentifiers()
|
| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_databasemetadata.hxx | 105 …sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers() throw(my_SQLException, my_RuntimeException…
|
| H A D | mysqlc_databasemetadata.cxx | 401 sal_Bool SAL_CALL ODatabaseMetaData::storesMixedCaseQuotedIdentifiers() in storesMixedCaseQuotedIdentifiers() function in ODatabaseMetaData 404 …Data("storesMixedCaseQuotedIdentifiers", &sql::DatabaseMetaData::storesMixedCaseQuotedIdentifiers); in storesMixedCaseQuotedIdentifiers()
|
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SDatabaseMetaData.cxx | 151 sal_Bool SAL_CALL ODatabaseMetaData::storesMixedCaseQuotedIdentifiers( ) throw(SQLException, Runti… in storesMixedCaseQuotedIdentifiers() function in ODatabaseMetaData
|
| H A D | SDatabaseMetaData.hxx | 78 …virtual sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
| /trunk/main/connectivity/source/drivers/macab/ |
| H A D | MacabDatabaseMetaData.cxx | 164 sal_Bool SAL_CALL MacabDatabaseMetaData::storesMixedCaseQuotedIdentifiers( ) throw(SQLException, R… in storesMixedCaseQuotedIdentifiers() function in MacabDatabaseMetaData
|
| H A D | MacabDatabaseMetaData.hxx | 79 …virtual sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQLEx…
|
| /trunk/main/svx/source/form/ |
| H A D | formcontroller.cxx | 3161 ::comphelper::UStringMixEqual aCompare(xMetaData->storesMixedCaseQuotedIdentifiers()); in setFilter()
|
| /trunk/main/offapi/com/sun/star/sdbc/ |
| H A D | XDatabaseMetaData.idl | 282 boolean storesMixedCaseQuotedIdentifiers() raises (SQLException);
|