kodo.jdbc.sql
Class DerbyAdvancedSQL
java.lang.Object
kodo.jdbc.sql.AdvancedSQL
kodo.jdbc.sql.DerbyAdvancedSQL
- All Implemented Interfaces:
- Configurable
public class DerbyAdvancedSQL
- extends AdvancedSQL
Derby-specific advanced SQL behavior.
Method Summary |
boolean |
canBatch(Column col)
Returns type if the specified column can be included in batch
statements. |
Methods inherited from class kodo.jdbc.sql.AdvancedSQL |
endConfiguration, getBatchLimit, 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 |
DerbyAdvancedSQL
public DerbyAdvancedSQL()
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
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.