com.bea.p13n.content.document.jdbc

com.bea.p13n.content.document.jdbc  Package

Class Summary

CallableStatement

The base class of any DocumentProvider callable statements.

Connection

A connection to a DMS via an internally used DocumentProvider.

Driver

A JDBC driver that maps onto DocumentProviders.

FindDocumentIdsStatement

A callable statement which handles finding documents ids.

FindDocumentMetadataStatement

A callable statement which handles finding documents metadata.

FindDocumentsStatement

A callable statement which handles finding documents.

GetDocumentMetadataStatement

A callable statement which handles getting a single document metadata.

GetDocumentModifiedDateStatement

A callable statement which handles getting the modified date of a dcoument.

GetDocumentStatement

A callable statement which handles getting a single document.

GetSchemaNamesStatement

A callable statement which handles getting the schema names.

GetSchemasStatement

A callable statement which handles getting all the schemas.

GetSchemaStatement

A callable statement which handles getting a single schema.

SearchStatement

A callable statement which handles turning Search parameters into DocumentIterators.

Utils

A class of utility methods for the JDBC driver.