Product Documentation

Full-Text Search

Previous Topic

Next Topic

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:

  • name [IN] - Full-Text Index name.

Description

Add a new Full-Text Index to the table.

Return Values

Return an index object.

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

See Also

TOCIndex