Package org.apache.openjpa.slice.jdbc
Class DistributedStatement
- java.lang.Object
-
- org.apache.openjpa.slice.jdbc.DistributedTemplate<java.sql.Statement>
-
- org.apache.openjpa.slice.jdbc.DistributedStatement
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<java.sql.Statement>
,java.sql.Statement
,java.sql.Wrapper
public class DistributedStatement extends DistributedTemplate<java.sql.Statement>
A virtual Statement that delegates to many actual Statements.- Author:
- Pinaki Poddar
-
-
Field Summary
-
Fields inherited from class org.apache.openjpa.slice.jdbc.DistributedTemplate
con, master, stmts
-
-
Constructor Summary
Constructors Constructor Description DistributedStatement(DistributedConnection c)
-
Method Summary
-
Methods inherited from class org.apache.openjpa.slice.jdbc.DistributedTemplate
add, addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, 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, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, iterator, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
-
-
-
-
Constructor Detail
-
DistributedStatement
public DistributedStatement(DistributedConnection c)
-
-