Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.lib » jdbc » [javadoc | source]
org.apache.openjpa.lib.jdbc
public class: DelegatingCallableStatement [javadoc | source]
java.lang.Object
   org.apache.openjpa.lib.jdbc.DelegatingCallableStatement

All Implemented Interfaces:
    CallableStatement, Closeable

CallableStatement that delegates to an internal statement.
Constructor:
 public DelegatingCallableStatement(CallableStatement stmnt,
    Connection conn) 
Method from org.apache.openjpa.lib.jdbc.DelegatingCallableStatement Summary:
addBatch,   addBatch,   appendInfo,   cancel,   clearBatch,   clearParameters,   clearWarnings,   close,   equals,   execute,   execute,   execute,   execute,   execute,   executeBatch,   executeQuery,   executeQuery,   executeQuery,   executeQuery,   executeUpdate,   executeUpdate,   executeUpdate,   executeUpdate,   executeUpdate,   getArray,   getArray,   getBigDecimal,   getBigDecimal,   getBigDecimal,   getBlob,   getBlob,   getBoolean,   getBoolean,   getByte,   getByte,   getBytes,   getBytes,   getClob,   getClob,   getConnection,   getDate,   getDate,   getDate,   getDate,   getDelegate,   getDouble,   getDouble,   getFetchDirection,   getFetchSize,   getFloat,   getFloat,   getGeneratedKeys,   getInnermostDelegate,   getInt,   getInt,   getLong,   getLong,   getMaxFieldSize,   getMaxRows,   getMetaData,   getMoreResults,   getMoreResults,   getObject,   getObject,   getObject,   getObject,   getParameterMetaData,   getQueryTimeout,   getRef,   getRef,   getResultSet,   getResultSet,   getResultSetConcurrency,   getResultSetHoldability,   getResultSetType,   getShort,   getShort,   getString,   getString,   getTime,   getTime,   getTime,   getTime,   getTimestamp,   getTimestamp,   getTimestamp,   getTimestamp,   getURL,   getURL,   getUpdateCount,   getWarnings,   hashCode,   registerOutParameter,   registerOutParameter,   registerOutParameter,   registerOutParameter,   registerOutParameter,   registerOutParameter,   setArray,   setAsciiStream,   setAsciiStream,   setBigDecimal,   setBigDecimal,   setBinaryStream,   setBinaryStream,   setBlob,   setBoolean,   setBoolean,   setByte,   setByte,   setBytes,   setBytes,   setCharacterStream,   setCharacterStream,   setClob,   setCursorName,   setDate,   setDate,   setDate,   setDate,   setDouble,   setDouble,   setEscapeProcessing,   setFetchDirection,   setFetchSize,   setFloat,   setFloat,   setInt,   setInt,   setLong,   setLong,   setMaxFieldSize,   setMaxRows,   setNull,   setNull,   setNull,   setNull,   setObject,   setObject,   setObject,   setObject,   setObject,   setObject,   setQueryTimeout,   setRef,   setShort,   setShort,   setString,   setString,   setTime,   setTime,   setTime,   setTime,   setTimestamp,   setTimestamp,   setTimestamp,   setTimestamp,   setURL,   setURL,   setUnicodeStream,   toString,   wasNull
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.lib.jdbc.DelegatingCallableStatement Detail:
 public  void addBatch() throws SQLException 
 public  void addBatch(String str) throws SQLException 
 protected  void appendInfo(StringBuffer buf) 
 public  void cancel() throws SQLException 
 public  void clearBatch() throws SQLException 
 public  void clearParameters() throws SQLException 
 public  void clearWarnings() throws SQLException 
 public  void close() throws SQLException 
 public boolean equals(Object other) 
 public boolean execute() throws SQLException 
 public boolean execute(String str) throws SQLException 
 public boolean execute(String s,
    int i) throws SQLException 
 public boolean execute(String s,
    int[] ia) throws SQLException 
 public boolean execute(String s,
    String[] sa) throws SQLException 
 public int[] executeBatch() throws SQLException 
 public ResultSet executeQuery() throws SQLException 
 public ResultSet executeQuery(String str) throws SQLException 
 protected ResultSet executeQuery(boolean wrap) throws SQLException 
    Execute the query, with the option of not wrapping it in a DelegatingResultSet , which is the default.
 protected ResultSet executeQuery(String sql,
    boolean wrap) throws SQLException 
    Execute the query, with the option of not wrapping it in a DelegatingResultSet , which is the default.
 public int executeUpdate() throws SQLException 
 public int executeUpdate(String str) throws SQLException 
 public int executeUpdate(String s,
    int i) throws SQLException 
 public int executeUpdate(String s,
    int[] ia) throws SQLException 
 public int executeUpdate(String s,
    String[] sa) throws SQLException 
 public Array getArray(int i) throws SQLException 
 public Array getArray(String a) throws SQLException 
 public BigDecimal getBigDecimal(int i) throws SQLException 
 public BigDecimal getBigDecimal(String a) throws SQLException 
 public BigDecimal getBigDecimal(int a,
    int b) throws SQLException 
 public Blob getBlob(int i) throws SQLException 
 public Blob getBlob(String a) throws SQLException 
 public boolean getBoolean(int i) throws SQLException 
 public boolean getBoolean(String a) throws SQLException 
 public byte getByte(int i) throws SQLException 
 public byte getByte(String a) throws SQLException 
 public byte[] getBytes(int i) throws SQLException 
 public byte[] getBytes(String a) throws SQLException 
 public Clob getClob(int i) throws SQLException 
 public Clob getClob(String a) throws SQLException 
 public Connection getConnection() throws SQLException 
 public Date getDate(int i) throws SQLException 
 public Date getDate(String a) throws SQLException 
 public Date getDate(int i,
    Calendar c) throws SQLException 
 public Date getDate(String a,
    Calendar b) throws SQLException 
 public CallableStatement getDelegate() 
    Return the wrapped statement.
 public double getDouble(int i) throws SQLException 
 public double getDouble(String a) throws SQLException 
 public int getFetchDirection() throws SQLException 
 public int getFetchSize() throws SQLException 
 public float getFloat(int i) throws SQLException 
 public float getFloat(String a) throws SQLException 
 public ResultSet getGeneratedKeys() throws SQLException 
 public CallableStatement getInnermostDelegate() 
    Return the base underlying data store statement.
 public int getInt(int i) throws SQLException 
 public int getInt(String a) throws SQLException 
 public long getLong(int i) throws SQLException 
 public long getLong(String a) throws SQLException 
 public int getMaxFieldSize() throws SQLException 
 public int getMaxRows() throws SQLException 
 public ResultSetMetaData getMetaData() throws SQLException 
 public boolean getMoreResults() throws SQLException 
 public boolean getMoreResults(int i) throws SQLException 
 public Object getObject(int i) throws SQLException 
 public Object getObject(String a) throws SQLException 
 public Object getObject(int i,
    Map m) throws SQLException 
 public Object getObject(String a,
    Map b) throws SQLException 
 public ParameterMetaData getParameterMetaData() throws SQLException 
 public int getQueryTimeout() throws SQLException 
 public Ref getRef(int i) throws SQLException 
 public Ref getRef(String a) throws SQLException 
 public ResultSet getResultSet() throws SQLException 
 protected ResultSet getResultSet(boolean wrap) throws SQLException 
    Get the last result set, with the option of not wrapping it in a DelegatingResultSet , which is the default.
 public int getResultSetConcurrency() throws SQLException 
 public int getResultSetHoldability() throws SQLException 
 public int getResultSetType() throws SQLException 
 public short getShort(int i) throws SQLException 
 public short getShort(String a) throws SQLException 
 public String getString(int i) throws SQLException 
 public String getString(String a) throws SQLException 
 public Time getTime(int i) throws SQLException 
 public Time getTime(String a) throws SQLException 
 public Time getTime(int i,
    Calendar c) throws SQLException 
 public Time getTime(String a,
    Calendar b) throws SQLException 
 public Timestamp getTimestamp(int i) throws SQLException 
 public Timestamp getTimestamp(String a) throws SQLException 
 public Timestamp getTimestamp(int i,
    Calendar c) throws SQLException 
 public Timestamp getTimestamp(String a,
    Calendar b) throws SQLException 
 public URL getURL(int i) throws SQLException 
 public URL getURL(String a) throws SQLException 
 public int getUpdateCount() throws SQLException 
 public SQLWarning getWarnings() throws SQLException 
 public int hashCode() 
 public  void registerOutParameter(int i1,
    int i2) throws SQLException 
 public  void registerOutParameter(String s,
    int i) throws SQLException 
 public  void registerOutParameter(int i1,
    int i2,
    int i3) throws SQLException 
 public  void registerOutParameter(int i1,
    int i2,
    String s) throws SQLException 
 public  void registerOutParameter(String s,
    int i1,
    int i2) throws SQLException 
 public  void registerOutParameter(String s1,
    int i,
    String s2) throws SQLException 
 public  void setArray(int i,
    Array a) throws SQLException 
 public  void setAsciiStream(int i1,
    InputStream is,
    int i2) throws SQLException 
 public  void setAsciiStream(String a,
    InputStream b,
    int c) throws SQLException 
 public  void setBigDecimal(int i,
    BigDecimal bd) throws SQLException 
 public  void setBigDecimal(String a,
    BigDecimal b) throws SQLException 
 public  void setBinaryStream(int i1,
    InputStream is,
    int i2) throws SQLException 
 public  void setBinaryStream(String a,
    InputStream b,
    int c) throws SQLException 
 public  void setBlob(int i,
    Blob b) throws SQLException 
 public  void setBoolean(int i,
    boolean b) throws SQLException 
 public  void setBoolean(String a,
    boolean b) throws SQLException 
 public  void setByte(int i,
    byte b) throws SQLException 
 public  void setByte(String a,
    byte b) throws SQLException 
 public  void setBytes(int i,
    byte[] b) throws SQLException 
 public  void setBytes(String a,
    byte[] b) throws SQLException 
 public  void setCharacterStream(int i1,
    Reader r,
    int i2) throws SQLException 
 public  void setCharacterStream(String a,
    Reader b,
    int c) throws SQLException 
 public  void setClob(int i,
    Clob c) throws SQLException 
 public  void setCursorName(String str) throws SQLException 
 public  void setDate(int i,
    Date d) throws SQLException 
 public  void setDate(String a,
    Date b) throws SQLException 
 public  void setDate(int i,
    Date d,
    Calendar c) throws SQLException 
 public  void setDate(String a,
    Date b,
    Calendar c) throws SQLException 
 public  void setDouble(int i,
    double d) throws SQLException 
 public  void setDouble(String a,
    double b) throws SQLException 
 public  void setEscapeProcessing(boolean bool) throws SQLException 
 public  void setFetchDirection(int i) throws SQLException 
 public  void setFetchSize(int i) throws SQLException 
 public  void setFloat(int i,
    float f) throws SQLException 
 public  void setFloat(String a,
    float b) throws SQLException 
 public  void setInt(int i1,
    int i2) throws SQLException 
 public  void setInt(String a,
    int b) throws SQLException 
 public  void setLong(int i,
    long l) throws SQLException 
 public  void setLong(String a,
    long b) throws SQLException 
 public  void setMaxFieldSize(int i) throws SQLException 
 public  void setMaxRows(int i) throws SQLException 
 public  void setNull(int i1,
    int i2) throws SQLException 
 public  void setNull(String a,
    int b) throws SQLException 
 public  void setNull(int i1,
    int i2,
    String s) throws SQLException 
 public  void setNull(String a,
    int b,
    String c) throws SQLException 
 public  void setObject(int i,
    Object o) throws SQLException 
 public  void setObject(String a,
    Object b) throws SQLException 
 public  void setObject(int i1,
    Object o,
    int i2) throws SQLException 
 public  void setObject(String a,
    Object b,
    int c) throws SQLException 
 public  void setObject(int i1,
    Object o,
    int i2,
    int i3) throws SQLException 
 public  void setObject(String a,
    Object b,
    int c,
    int d) throws SQLException 
 public  void setQueryTimeout(int i) throws SQLException 
 public  void setRef(int i,
    Ref r) throws SQLException 
 public  void setShort(int i,
    short s) throws SQLException 
 public  void setShort(String a,
    short b) throws SQLException 
 public  void setString(int i,
    String s) throws SQLException 
 public  void setString(String a,
    String b) throws SQLException 
 public  void setTime(int i,
    Time t) throws SQLException 
 public  void setTime(String a,
    Time b) throws SQLException 
 public  void setTime(int i,
    Time t,
    Calendar c) throws SQLException 
 public  void setTime(String a,
    Time b,
    Calendar c) throws SQLException 
 public  void setTimestamp(int i,
    Timestamp t) throws SQLException 
 public  void setTimestamp(String a,
    Timestamp b) throws SQLException 
 public  void setTimestamp(int i,
    Timestamp t,
    Calendar c) throws SQLException 
 public  void setTimestamp(String a,
    Timestamp b,
    Calendar c) throws SQLException 
 public  void setURL(int i,
    URL url) throws SQLException 
 public  void setURL(String a,
    URL b) throws SQLException 
 public  void setUnicodeStream(int i1,
    InputStream is,
    int i2) throws SQLException 
 public String toString() 
 public boolean wasNull() throws SQLException