getNamedDocumentCollection (Database - Java)

Returns a document collection of named documents.

Note: This method is new in R12.0.1.

Defined in

Database

This method is new in R12.0.1.

Syntax

getNamedDocumentCollection() returns DocumentCollection
getNamedDocumentCollection(String Name) returns DocumentCollection

Parameters

name

String. An optional parameter that returns a collection of named documents of a specified name; there can be many such documents if they were created with username qualifiers.

If not specified, all named documents are returned.

Example

See the example provided with getNamedDocument