BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType generic-jdbc-storeType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}generic-jdbc-storeType (extension)

Documentation
Corresponds to GenericJDBCStoreMBean
Properties
This component is not nillable.

Model
<...>
(prefix-name?, create-table-ddl-file? )
</...>


Nested Element Summary
xs:stringcreate-table-ddl-file
          Specifies the DDL (Data Definition Language) file to use for creating the JDBC store's backing table. 
xs:stringprefix-name
          The prefix for the JDBC store's database table (WLStore), in the following format: [[[catalog. 
Source
<xs:complexType name="generic-jdbc-storeType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="prefix-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="create-table-ddl-file" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation