Built-in procedures
A procedure is an application program that can be started through the SQL CALL statement. The procedure is specified by a procedure name, which may be followed by arguments that are enclosed within parentheses. Built-in procedures are procedures provided with the database manager.
This topic lists the supported built-in procedures for managing XML schema repository (XSR) objects. See Table 1.
Function | Description |
---|---|
XSR_ADDSCHEMADOC procedure | Add an XML schema document to an XML schema. |
XSR_COMPLETE procedure | Complete the XML schema registration process for an XML schema. |
XSR_DTD procedure | Register a document type declaration. |
XSR_EXTENTITY procedure | Register an external entity. |
XSR_REGISTER procedure | Register an XML schema. |
XSR_UPDATE procedure | Update an existing XML schema. |