_TableIndexes (gb.db2)
This class is a collection of all indexes of a table.
This class is virtual.
This class is not creatable.
This class acts like a
read-only array.
This class is
enumerable with the
FOR EACH keyword.
Properties
Count
|
Return the number of table indexes.
|
List
|
Return a list of all table indexes names as a string array.
|
Methods
Add
|
Adds a new index to an existing table.
|
Exist
|
Return if a specific index exists in the table.
|
Refresh
|
Refresh the internal list of all table indexes.
|
Remove
|
Remove a table index from its name.
|