BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element deletes-per-statement-maximum

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The maximum number of table rows that are deleted per database
 call.


  - 
 Applies only when a JDBC store does not use JDBC 3.0 batching to
 batch concurrent client requests.



  - 
 The maximum deletes per statement has no effect on the maximum
 number of concurrent client requests.



  - 
 For some databases, the JDBC store may choose a lower value than
 the one configured.
Properties
This component is not nillable.

Model
<deletes-per-statement-maximum>

</deletes-per-statement-maximum>

Source
<xs:element minOccurs="0" name="deletes-per-statement-maximum" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation