Please refer to our documentation for more information about the lifecycle management and the manipulation of such collections.
available-collections
() as xs:QName* external
Gets the QNames of the collections that are available, if any. |
create
($name as xs:QName) external
Creates a collection. |
create
($name as xs:QName, $content as item()*) external
Creates a collection and adds the given sequence as content to the new collection. |
delete
($name as xs:QName) external
Deletes the collection having the given name. |
is-available-collection
($name as xs:QName) as xs:boolean external
Gets whether a collection with the given name is available. |
declare function ddl:available-collections() as xs:QName* external
declare function ddl:create($name as xs:QName) external
declare function ddl:create($name as xs:QName, $content as item()*) external
declare function ddl:delete($name as xs:QName) external
declare function ddl:is-available-collection($name as xs:QName) as xs:boolean external