Product Documentation

Full-Text Search

Previous Topic

Next Topic

ctdbGetFTIByName

Declaration

CTHANDLE ctdbDECL ctdbGetFTIByName(CTHANDLE Handle, pTEXT name)

Description

Retrieve the index handle given the index name.

  • Handle is a table handle.
  • Name is an FTS Index name.

Return

Return the index handle on success or NULL on error.

See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.

See Also

TOCIndex