Public Member Functions | |
grt::ListRef< db_IndexColumn > | columns () const |
Getter for attribute columns (read-only). | |
grt::IntegerRef | deferability () const |
Getter for attribute comment. | |
virtual void | deferability (const grt::IntegerRef &value) |
Setter for attribute deferability. | |
grt::StringRef | indexType () const |
Getter for attribute indexType. | |
virtual void | indexType (const grt::StringRef &value) |
Setter for attribute indexType. | |
grt::IntegerRef | isPrimary () const |
Getter for attribute isPrimary. | |
virtual void | isPrimary (const grt::IntegerRef &value) |
Setter for attribute isPrimary. | |
grt::StringRef | name () const |
Getter for attribute name. | |
virtual void | name (const grt::StringRef &value) |
Setter for attribute name. | |
grt::IntegerRef | unique () const |
Getter for attribute unique. | |
virtual void | unique (const grt::IntegerRef &value) |
Setter for attribute unique. |
grt::ListRef<db_IndexColumn> columns | ( | ) | const |
Getter for attribute columns (read-only).
Reimplemented in db_mysql_Index.
virtual void deferability | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute deferability.
grt::IntegerRef deferability | ( | ) | const |
Getter for attribute comment.
grt::StringRef indexType | ( | ) | const |
Getter for attribute indexType.
can be INDEX, PRIMARY, UNIQUE, FULLTEXT, SPACIAL
virtual void indexType | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute indexType.
can be INDEX, PRIMARY, UNIQUE, FULLTEXT, SPACIAL
virtual void isPrimary | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute isPrimary.
grt::IntegerRef isPrimary | ( | ) | const |
Getter for attribute isPrimary.
grt::StringRef name | ( | ) | const |
virtual void name | ( | const grt::StringRef & | value | ) | [virtual] |
virtual void unique | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute unique.
grt::IntegerRef unique | ( | ) | const |
Getter for attribute unique.