AddFullTextIndex
Declaration
CTFullTextIndex CTTable::AddFullTextIndex(const CTString& name)
Note: The Full-Text Index must be committed before it can be used. An FTI cannot be created and dropped in the same transaction.
Parameters:
Description
Add a new Full-Text Index to the table.
Return Values
Return an index object.
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
CTDBRET_OK |
Successful operation. |
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.
See Also