Data types
This section describes the data types that come with the module.
Data type | Description |
---|---|
etx_ReturnType | A named row type used to return side-effect data, such as document score and internal highlighting information, to the etx_contains() operator. The etx_ReturnType data type is the data type of the statement local variable (SLV) of the etx_contains() operator. |
etx_HiliteType | A named row type used to access highlighting information. The etx_HiliteType data type is the data type of the information returned by the highlighting routine etx_GetHilite(). |
IfxDocDesc | A named row type that allows you to store your
documents in the database or on the operating system file system. IfxDocDesc is a data type defined in the HCL OneDB™ Text Descriptor DataBlade® Module, one of the DataBlade modules required by the module. |
IfxMRData | A multirepresentational opaque data type that
dynamically decides, for the purposes of improving I/O performance,
whether to store your text documents as LVARCHAR or CLOB values. IfxMRData is a data type defined in the HCL OneDB Text Descriptor DataBlade Module, one of the DataBlade modules required by the module. |