Type to start searching...

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 : boolean

True to store the column values in ascending order.

name : dbObjName

Uniquely identifies the IndexColumn.

Valid values based on“string”.
[A-Za-z][_A-Za-z\d]*
Parents
  • Index - A database index definition.
  • CreateIndex - Add a new index to a table.