Xbasic
SQL::TableInfoInsertIndex Method
Syntax
DIM result AS L = InsertIndex(Index as SQL::IndexInfo [, InsertBefore as N = 1])
Arguments
- IndexSQL::IndexInfo
A SQL::IndexInfo object describing the new index.
- InsertBeforeNumeric
Default = -1. The index before which to insert the new index.
Returns
- resultLogical
Returns .t. if the operation succeeds. Otherwise, .f..
Description
Insert a new Index.