|
LibreOffice Module dbaccess (master) 1
|
#include <indexes.hxx>
Public Member Functions | |
| OIndex (const OUString &_rOriginalName) | |
| const OUString & | getOriginalName () const |
| bool | isModified () const |
| void | setModified (bool _bModified) |
| void | clearModified () |
| bool | isNew () const |
| void | flagAsNew (const GrantIndexAccess &) |
| void | flagAsCommitted (const GrantIndexAccess &) |
Public Attributes | |
| OUString | sOriginalName |
| bool | bModified |
| OUString | sName |
| OUString | sDescription |
| bool | bPrimaryKey |
| bool | bUnique |
| IndexFields | aFields |
Definition at line 49 of file indexes.hxx.
|
inline |
Definition at line 61 of file indexes.hxx.
|
inline |
Definition at line 70 of file indexes.hxx.
References setModified().
|
inline |
Definition at line 74 of file indexes.hxx.
References sName, and sOriginalName.
|
inline |
Definition at line 73 of file indexes.hxx.
References sOriginalName.
|
inline |
Definition at line 66 of file indexes.hxx.
References sOriginalName.
Referenced by dbaui::OIndexCollection::implFillIndexInfo(), and isNew().
|
inline |
Definition at line 68 of file indexes.hxx.
References bModified.
|
inline |
Definition at line 72 of file indexes.hxx.
References getOriginalName().
|
inline |
| IndexFields dbaui::OIndex::aFields |
Definition at line 59 of file indexes.hxx.
| bool dbaui::OIndex::bModified |
Definition at line 52 of file indexes.hxx.
Referenced by isModified(), and setModified().
| bool dbaui::OIndex::bPrimaryKey |
Definition at line 57 of file indexes.hxx.
| bool dbaui::OIndex::bUnique |
Definition at line 58 of file indexes.hxx.
| OUString dbaui::OIndex::sDescription |
Definition at line 56 of file indexes.hxx.
| OUString dbaui::OIndex::sName |
Definition at line 55 of file indexes.hxx.
Referenced by flagAsCommitted(), and dbaui::OIndexCollection::insert().
| OUString dbaui::OIndex::sOriginalName |
Definition at line 51 of file indexes.hxx.
Referenced by flagAsCommitted(), flagAsNew(), and getOriginalName().