t_RelationalIndex_IndexColumn
IndexColumn
An index is made up of one or more columns.
Description The IndexColumns specify the name(s) and order(s) of the columns in the index. Properties
ascending : booleanTrue to store the column values in ascending order.
name : dbObjNameUniquely identifies the IndexColumn.
Valid values based on“string”. [A-Za-z][_A-Za-z\d]*
Parents
t_RelationalTable_Indexes_Index - A database index definition.
t_RelationalDatabaseUpgrade_CreateIndex - Add a new index to a table.
Parent topic: t_RelationalTable_Indexes_Index
Parent topic: t_RelationalDatabaseUpgrade_CreateIndex