summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
index 4c51fc50ab39..5d08f3944d06 100644
--- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
+++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx
@@ -69,19 +69,19 @@ namespace connectivity
protected:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_throw() SAL_OVERRIDE;
// cached database information
- virtual OUString impl_getIdentifierQuoteString_throw( ) SAL_OVERRIDE;
- virtual sal_Bool impl_isCatalogAtStart_throw( ) SAL_OVERRIDE;
- virtual OUString impl_getCatalogSeparator_throw( ) SAL_OVERRIDE;
- virtual sal_Bool impl_supportsCatalogsInTableDefinitions_throw( ) SAL_OVERRIDE;
- virtual sal_Bool impl_supportsSchemasInTableDefinitions_throw( ) SAL_OVERRIDE ;
- virtual sal_Bool impl_supportsCatalogsInDataManipulation_throw( ) SAL_OVERRIDE;
- virtual sal_Bool impl_supportsSchemasInDataManipulation_throw( ) SAL_OVERRIDE ;
- virtual sal_Bool impl_supportsMixedCaseQuotedIdentifiers_throw( ) SAL_OVERRIDE ;
- virtual sal_Bool impl_supportsAlterTableWithAddColumn_throw( ) SAL_OVERRIDE;
- virtual sal_Bool impl_supportsAlterTableWithDropColumn_throw( ) SAL_OVERRIDE;
- virtual sal_Int32 impl_getMaxStatements_throw( ) SAL_OVERRIDE;
- virtual sal_Int32 impl_getMaxTablesInSelect_throw( ) SAL_OVERRIDE;
- virtual sal_Bool impl_storesMixedCaseQuotedIdentifiers_throw( ) SAL_OVERRIDE;
+ virtual OUString impl_getIdentifierQuoteString_throw( ) SAL_OVERRIDE;
+ virtual bool impl_isCatalogAtStart_throw( ) SAL_OVERRIDE;
+ virtual OUString impl_getCatalogSeparator_throw( ) SAL_OVERRIDE;
+ virtual bool impl_supportsCatalogsInTableDefinitions_throw( ) SAL_OVERRIDE;
+ virtual bool impl_supportsSchemasInTableDefinitions_throw( ) SAL_OVERRIDE ;
+ virtual bool impl_supportsCatalogsInDataManipulation_throw( ) SAL_OVERRIDE;
+ virtual bool impl_supportsSchemasInDataManipulation_throw( ) SAL_OVERRIDE ;
+ virtual bool impl_supportsMixedCaseQuotedIdentifiers_throw( ) SAL_OVERRIDE ;
+ virtual bool impl_supportsAlterTableWithAddColumn_throw( ) SAL_OVERRIDE;
+ virtual bool impl_supportsAlterTableWithDropColumn_throw( ) SAL_OVERRIDE;
+ virtual sal_Int32 impl_getMaxStatements_throw( ) SAL_OVERRIDE;
+ virtual sal_Int32 impl_getMaxTablesInSelect_throw( ) SAL_OVERRIDE;
+ virtual bool impl_storesMixedCaseQuotedIdentifiers_throw( ) SAL_OVERRIDE;
virtual ~OEvoabDatabaseMetaData();
public: