DBA Data[Home] [Help]

XDB.DBMS_XMLSCHEMA dependencies on URITYPE

Line 180: schemaDoc IN sys.UriType,

176: ENABLE_HIERARCHY_CONTENTS,
177: options IN pls_integer := 0);
178:
179: procedure registerSchema(schemaURL IN varchar2,
180: schemaDoc IN sys.UriType,
181: local IN BOOLEAN := TRUE,
182: genTypes IN BOOLEAN := TRUE,
183: genbean IN BOOLEAN := FALSE,
184: genTables IN BOOLEAN := TRUE,

Line 199: -- protocols. This function constructs a URIType instance using

195: -- A name that uniquely identifies the schema document.
196: -- schemaDocURI
197: -- A pathname (URI) corresponding to the physical location of the
198: -- schema document. The URI path could be based on HTTP, FTP, DB or XDB
199: -- protocols. This function constructs a URIType instance using
200: -- the URIFactory - and invokes the regiserSchema function above.
201: -- Same as above
202: ---------------------------------------------
203: procedure registerURI(schemaURL IN varchar2,