Represents a storage area for content elements stored in the database.


The following tables list the members exposed by IDatabaseStorageArea.

Public Properties

  Name Description
Public property DatabaseType Specifies the database type (DB2, MSSQL, or ORACLE).
Public property JNDIDataSource Specifies the Java™ Naming and Directory Interface (JNDI) name of the DataSource defined in the Java™ 2 Platform Enterprise Edition (J2EE) application server, which can be used to access the object store database via a non-XA database connection.
Public property JNDIXADataSource Specifies the Java™ Naming and Directory Interface (JNDI) name of the DataSource defined in the Java™ 2 Platform Enterprise Edition (J2EE) application server, which can be used to access the object store database via an XA database connection.
Top

See Also