Kodo 4.2.0. (DEPRECATED)

kodo.jdbc.sql
Class OracleAdvancedSQL

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

public class OracleAdvancedSQL
extends AdvancedSQL

Oracle-specific advanced SQL behavior.


Field Summary
 
Fields inherited from class kodo.jdbc.sql.AdvancedSQL
conf, dict
 
Constructor Summary
OracleAdvancedSQL()
           
 
Method Summary
 boolean canBatch(Column col)
          Returns type if the specified column can be included in batch statements.
 int getBatchLimit()
          Maximum number of batched statements, or -1 for no limit.
 boolean getSupportsTotalCountsForBatch()
          Whether the driver returns a total update count for batched statements.
 boolean getSupportsUpdateCountsForBatch()
          Whether the driver returns individual update counts for batched updates.
 
Methods inherited from class kodo.jdbc.sql.AdvancedSQL
endConfiguration, getBatchParameterLimit, getSupportsUnion, getSupportsUnionWithUnalignedOrdering, 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

OracleAdvancedSQL

public OracleAdvancedSQL()
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

getSupportsUpdateCountsForBatch

public boolean getSupportsUpdateCountsForBatch()
Description copied from class: AdvancedSQL
Whether the driver returns individual update counts for batched updates.

Overrides:
getSupportsUpdateCountsForBatch in class AdvancedSQL

getSupportsTotalCountsForBatch

public boolean getSupportsTotalCountsForBatch()
Description copied from class: AdvancedSQL
Whether the driver returns a total update count for batched statements.

Overrides:
getSupportsTotalCountsForBatch in class AdvancedSQL

canBatch

public boolean canBatch(Column col)
Description copied from class: AdvancedSQL
Returns type if the specified column can be included in batch statements.

Overrides:
canBatch in class AdvancedSQL

Kodo 4.2.0. (DEPRECATED)

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