kodo.jdbc.sql
Class AbstractSQLServerAdvancedSQL
java.lang.Object
  
kodo.jdbc.sql.AdvancedSQL
      
kodo.jdbc.sql.AbstractSQLServerAdvancedSQL
- All Implemented Interfaces: 
 - Configurable
 
public class AbstractSQLServerAdvancedSQL
- extends AdvancedSQL
 
SQLServer-specific advanced SQL behavior.
 
 
 
| 
Method Summary | 
 int | 
getBatchLimit()
 
          Maximum number of batched statements, or -1 for no limit. | 
 
| Methods inherited from class kodo.jdbc.sql.AdvancedSQL | 
canBatch, endConfiguration, getBatchParameterLimit, getSupportsTotalCountsForBatch, getSupportsUnion, getSupportsUnionWithUnalignedOrdering, getSupportsUpdateCountsForBatch, setBatchLimit, setBatchParameterLimit, setConfiguration, setSupportsTotalCountsForBatch, setSupportsUnion, setSupportsUnionWithUnalignedOrdering, setSupportsUpdateCountsForBatch, startConfiguration, toSelect, toSelectCount | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractSQLServerAdvancedSQL
public AbstractSQLServerAdvancedSQL()
getBatchLimit
public int getBatchLimit()
- Description copied from class: 
AdvancedSQL 
- Maximum number of batched statements, or -1 for no limit.
- Overrides:
 getBatchLimit in class AdvancedSQL
 
 
 
Copyright 2011 Oracle, Inc. All Rights Reserved.This documentation is deprecated and will be removed in the next release of WebLogic Server.
Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-02