org.apache.openjpa.slice.jdbc
Class DistributedStatement
java.lang.Object
org.apache.openjpa.slice.jdbc.DistributedTemplate<Statement>
org.apache.openjpa.slice.jdbc.DistributedStatement
- All Implemented Interfaces:
- Iterable<Statement>, Statement, Wrapper
public abstract class DistributedStatement
- extends DistributedTemplate<Statement>
A virtual Statement that delegates to many actual Statements.
- Author:
- Pinaki Poddar
Methods inherited from class org.apache.openjpa.slice.jdbc.DistributedTemplate |
add, addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, iterator, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
concreteImpl
static final Constructor<DistributedStatement> concreteImpl
DistributedStatement
public DistributedStatement(DistributedConnection c)
newInstance
public static DistributedStatement newInstance(DistributedConnection conn)
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.