DBA Data[Home] [Help]

PACKAGE: CTXSYS.CTX_ULEXER

Source


1 PACKAGE ctx_ulexer AS
2 
3   -- index-by table to specify offset of those characters in the query
4   -- word which are to be treated as wildcard characters
5   TYPE wildcard_tab IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
6 
7 END ctx_ulexer;