DBA Data[Home] [Help]

CTXSYS.CTX_CONTAINS dependencies on URITYPE

Line 237: -- Uritype column type, varchar2 query string type

233: cflg,
234: cflg INDICATOR,
235: return OCINumber
236: );
237: -- Uritype column type, varchar2 query string type
238: function Textcontains(Colval in sys.uritype,
239: Text in varchar2, ia sys.odciindexctx,
240: sctx IN OUT TextIndexMethods,
241: cflg number /*, env sys.ODCIEnv*/)

Line 238: function Textcontains(Colval in sys.uritype,

234: cflg INDICATOR,
235: return OCINumber
236: );
237: -- Uritype column type, varchar2 query string type
238: function Textcontains(Colval in sys.uritype,
239: Text in varchar2, ia sys.odciindexctx,
240: sctx IN OUT TextIndexMethods,
241: cflg number /*, env sys.ODCIEnv*/)
242: return number parallel_enable is language C

Line 261: -- Uritype column type, clob query string type

257: cflg,
258: cflg INDICATOR,
259: return OCINumber
260: );
261: -- Uritype column type, clob query string type
262: function Textcontains(Colval in sys.uritype,
263: Text in clob, ia sys.odciindexctx,
264: sctx IN OUT TextIndexMethods,
265: cflg number /*, env sys.ODCIEnv*/)

Line 262: function Textcontains(Colval in sys.uritype,

258: cflg INDICATOR,
259: return OCINumber
260: );
261: -- Uritype column type, clob query string type
262: function Textcontains(Colval in sys.uritype,
263: Text in clob, ia sys.odciindexctx,
264: sctx IN OUT TextIndexMethods,
265: cflg number /*, env sys.ODCIEnv*/)
266: return number parallel_enable is language C