DBA Data[Home] [Help]

CTXSYS.CTX_CONTAINS dependencies on XMLTYPE

Line 190: -- Xmltype column type, varchar2 query string type

186: cflg,
187: cflg INDICATOR,
188: return OCINumber
189: );
190: -- Xmltype column type, varchar2 query string type
191: function Textcontains(Colval in sys.xmltype,
192: Text in varchar2, ia sys.odciindexctx,
193: sctx IN OUT TextIndexMethods,
194: cflg number /*, env sys.ODCIEnv*/)

Line 191: function Textcontains(Colval in sys.xmltype,

187: cflg INDICATOR,
188: return OCINumber
189: );
190: -- Xmltype column type, varchar2 query string type
191: function Textcontains(Colval in sys.xmltype,
192: Text in varchar2, ia sys.odciindexctx,
193: sctx IN OUT TextIndexMethods,
194: cflg number /*, env sys.ODCIEnv*/)
195: return number parallel_enable is language C

Line 214: -- Xmltype column type, clob query string type

210: cflg,
211: cflg INDICATOR,
212: return OCINumber
213: );
214: -- Xmltype column type, clob query string type
215: function Textcontains(Colval in sys.xmltype,
216: Text in clob, ia sys.odciindexctx,
217: sctx IN OUT TextIndexMethods,
218: cflg number /*, env sys.ODCIEnv*/)

Line 215: function Textcontains(Colval in sys.xmltype,

211: cflg INDICATOR,
212: return OCINumber
213: );
214: -- Xmltype column type, clob query string type
215: function Textcontains(Colval in sys.xmltype,
216: Text in clob, ia sys.odciindexctx,
217: sctx IN OUT TextIndexMethods,
218: cflg number /*, env sys.ODCIEnv*/)
219: return number parallel_enable is language C