Home
last modified time | relevance | path

Searched refs:storesMixedCaseQuotedIdentifiers (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/java/sdbc_postgresql/src/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java489 public boolean storesMixedCaseQuotedIdentifiers() throws SQLException { in storesMixedCaseQuotedIdentifiers() method in PostgresqlDatabaseMetadata
490 return impl.storesMixedCaseQuotedIdentifiers(); in storesMixedCaseQuotedIdentifiers()
/trunk/main/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx135 virtual sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers( );
/trunk/main/connectivity/source/commontools/
H A DTDatabaseMetaDataBase.cxx325 sal_Bool SAL_CALL ODatabaseMetaDataBase::storesMixedCaseQuotedIdentifiers( ) in storesMixedCaseQuotedIdentifiers() function in ODatabaseMetaDataBase
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx105 sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers();
H A Dmysqlc_databasemetadata.cxx385 sal_Bool SAL_CALL ODatabaseMetaData::storesMixedCaseQuotedIdentifiers() in storesMixedCaseQuotedIdentifiers() function in ODatabaseMetaData
387 …Data("storesMixedCaseQuotedIdentifiers", &sql::DatabaseMetaData::storesMixedCaseQuotedIdentifiers); in storesMixedCaseQuotedIdentifiers()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.hxx78 virtual sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers( );
H A DSDatabaseMetaData.cxx151 sal_Bool SAL_CALL ODatabaseMetaData::storesMixedCaseQuotedIdentifiers( ) in storesMixedCaseQuotedIdentifiers() function in ODatabaseMetaData
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.hxx79 virtual sal_Bool SAL_CALL storesMixedCaseQuotedIdentifiers( );
H A DMacabDatabaseMetaData.cxx164 sal_Bool SAL_CALL MacabDatabaseMetaData::storesMixedCaseQuotedIdentifiers( ) in storesMixedCaseQuotedIdentifiers() function in MacabDatabaseMetaData
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java647 public boolean storesMixedCaseQuotedIdentifiers() throws SQLException { in storesMixedCaseQuotedIdentifiers() method in JavaSQLDatabaseMetaData
649 return jdbcDatabaseMetaData.storesMixedCaseQuotedIdentifiers(); in storesMixedCaseQuotedIdentifiers()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx3160 ::comphelper::UStringMixEqual aCompare(xMetaData->storesMixedCaseQuotedIdentifiers()); in setFilter()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl282 boolean storesMixedCaseQuotedIdentifiers() raises (SQLException);