| 
Kodo 4.2.0. (DEPRECATED) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkodo.jdbc.sql.AdvancedSQL
kodo.jdbc.sql.OracleAdvancedSQL
public class OracleAdvancedSQL
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 java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OracleAdvancedSQL()
| Method Detail | 
|---|
public int getBatchLimit()
AdvancedSQL
getBatchLimit in class AdvancedSQLpublic boolean getSupportsUpdateCountsForBatch()
AdvancedSQL
getSupportsUpdateCountsForBatch in class AdvancedSQLpublic boolean getSupportsTotalCountsForBatch()
AdvancedSQL
getSupportsTotalCountsForBatch in class AdvancedSQLpublic boolean canBatch(Column col)
AdvancedSQL
canBatch in class AdvancedSQL
  | 
Kodo 4.2.0. (DEPRECATED) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This documentation is deprecated and will be removed in the next release of WebLogic Server.