Kodo 4.2.0. generated on July 28 2008

kodo.jdbc.sql
Class AbstractSQLServerAdvancedSQL

java.lang.Object
  extended by kodo.jdbc.sql.AdvancedSQL
      extended by kodo.jdbc.sql.AbstractSQLServerAdvancedSQL
All Implemented Interfaces:
Configurable

public class AbstractSQLServerAdvancedSQL
extends AdvancedSQL

SQLServer-specific advanced SQL behavior.


Field Summary
 
Fields inherited from class kodo.jdbc.sql.AdvancedSQL
conf, dict
 
Constructor Summary
AbstractSQLServerAdvancedSQL()
           
 
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
 

Constructor Detail

AbstractSQLServerAdvancedSQL

public AbstractSQLServerAdvancedSQL()
Method Detail

getBatchLimit

public int getBatchLimit()
Description copied from class: AdvancedSQL
Maximum number of batched statements, or -1 for no limit.

Overrides:
getBatchLimit in class AdvancedSQL

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.