diff options
Diffstat (limited to 'connectivity/source/inc/ado/WrapIndex.hxx')
-rw-r--r-- | connectivity/source/inc/ado/WrapIndex.hxx | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/connectivity/source/inc/ado/WrapIndex.hxx b/connectivity/source/inc/ado/WrapIndex.hxx index 4444bb340ae5..1644007424ce 100644 --- a/connectivity/source/inc/ado/WrapIndex.hxx +++ b/connectivity/source/inc/ado/WrapIndex.hxx @@ -26,27 +26,27 @@ namespace connectivity::ado { - class WpADOIndex : public WpOLEBase<_ADOIndex> - { - public: - WpADOIndex() = default; - WpADOIndex(const WpADOIndex& rhs) : WpOLEBase<_ADOIndex>(rhs) {} - - WpADOIndex& operator=(const WpADOIndex& rhs) - {WpOLEBase<_ADOIndex>::operator=(rhs); return *this;} - - void Create(); - - OUString get_Name() const; - void put_Name(std::u16string_view _rName); - bool get_Clustered() const; - void put_Clustered(bool _b); - bool get_Unique() const; - void put_Unique(bool _b); - bool get_PrimaryKey() const; - void put_PrimaryKey(bool _b); - WpADOColumns get_Columns() const; - }; + class WpADOIndex : public WpOLEBase<_ADOIndex> + { + public: + WpADOIndex() = default; + WpADOIndex(const WpADOIndex& rhs) : WpOLEBase<_ADOIndex>(rhs) {} + + WpADOIndex& operator=(const WpADOIndex& rhs) + {WpOLEBase<_ADOIndex>::operator=(rhs); return *this;} + + void Create(); + + OUString get_Name() const; + void put_Name(std::u16string_view _rName); + bool get_Clustered() const; + void put_Clustered(bool _b); + bool get_Unique() const; + void put_Unique(bool _b); + bool get_PrimaryKey() const; + void put_PrimaryKey(bool _b); + WpADOColumns get_Columns() const; + }; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |