| java.lang.Object org.isqlviewer.sql.StatementWrapper org.isqlviewer.sql.PreparedStatementWrapper org.isqlviewer.sql.CallableStatementWrapper
CallableStatementWrapper | public class CallableStatementWrapper extends PreparedStatementWrapper implements CallableStatement(Code) | | TODO Add CallableStatementWrapper Overview JavaDoc.
author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |
Method Summary | |
public Array | getArray(int parameterIndex) | public Array | getArray(String parameterName) | public BigDecimal | getBigDecimal(int parameterIndex) | public BigDecimal | getBigDecimal(int parameterIndex, int scale) | public BigDecimal | getBigDecimal(String parameterName) | public Blob | getBlob(int parameterIndex) | public Blob | getBlob(String parameterName) | public boolean | getBoolean(int parameterIndex) | public boolean | getBoolean(String parameterName) | public byte | getByte(int parameterIndex) | public byte | getByte(String parameterName) | public byte[] | getBytes(int parameterIndex) | public byte[] | getBytes(String parameterName) | public Clob | getClob(int parameterIndex) | public Clob | getClob(String parameterName) | public Date | getDate(int parameterIndex) | public Date | getDate(int parameterIndex, Calendar cal) | public Date | getDate(String parameterName) | public Date | getDate(String parameterName, Calendar cal) | public double | getDouble(int parameterIndex) | public double | getDouble(String parameterName) | public float | getFloat(int parameterIndex) | public float | getFloat(String parameterName) | public int | getInt(int parameterIndex) | public int | getInt(String parameterName) | public long | getLong(int parameterIndex) | public long | getLong(String parameterName) | public Object | getObject(int parameterIndex) | public Object | getObject(int parameterIndex, Map<String, Class<?>> map) | public Object | getObject(String parameterName) | public Object | getObject(String parameterName, Map<String, Class<?>> map) | public Ref | getRef(int parameterIndex) | public Ref | getRef(String parameterName) | public short | getShort(int parameterIndex) | public short | getShort(String parameterName) | public String | getString(int parameterIndex) | public String | getString(String parameterName) | public Time | getTime(int parameterIndex) | public Time | getTime(int parameterIndex, Calendar cal) | public Time | getTime(String parameterName) | public Time | getTime(String parameterName, Calendar cal) | public Timestamp | getTimestamp(int parameterIndex) | public Timestamp | getTimestamp(int parameterIndex, Calendar cal) | public Timestamp | getTimestamp(String parameterName) | public Timestamp | getTimestamp(String parameterName, Calendar cal) | public URL | getURL(int parameterIndex) | public URL | getURL(String parameterName) | public void | registerOutParameter(int parameterIndex, int sqlType) | public void | registerOutParameter(int parameterIndex, int sqlType, int scale) | public void | registerOutParameter(int parameterIndex, int sqlType, String typeName) | public void | registerOutParameter(String parameterName, int sqlType) | public void | registerOutParameter(String parameterName, int sqlType, int scale) | public void | registerOutParameter(String parameterName, int sqlType, String typeName) | public void | setAsciiStream(String parameterName, InputStream x, int length) | public void | setBigDecimal(String parameterName, BigDecimal x) | public void | setBinaryStream(String parameterName, InputStream x, int length) | public void | setBoolean(String parameterName, boolean x) | public void | setByte(String parameterName, byte x) | public void | setBytes(String parameterName, byte[] x) | public void | setCharacterStream(String parameterName, Reader reader, int length) | public void | setDate(String parameterName, Date x, Calendar cal) | public void | setDate(String parameterName, Date x) | public void | setDouble(String parameterName, double x) | public void | setFloat(String parameterName, float x) | public void | setInt(String parameterName, int x) | public void | setLong(String parameterName, long x) | public void | setNull(String parameterName, int sqlType, String typeName) | public void | setNull(String parameterName, int sqlType) | public void | setObject(String parameterName, Object x, int targetSqlType, int scale) | public void | setObject(String parameterName, Object x, int targetSqlType) | public void | setObject(String parameterName, Object x) | public void | setShort(String parameterName, short x) | public void | setString(String parameterName, String x) | public void | setTime(String parameterName, Time x, Calendar cal) | public void | setTime(String parameterName, Time x) | public void | setTimestamp(String parameterName, Timestamp x, Calendar cal) | public void | setTimestamp(String parameterName, Timestamp x) | public void | setURL(String parameterName, URL val) | public boolean | wasNull() |
registerOutParameter | public void registerOutParameter(int parameterIndex, int sqlType) throws SQLException(Code) | | |
registerOutParameter | public void registerOutParameter(int parameterIndex, int sqlType, int scale) throws SQLException(Code) | | |
registerOutParameter | public void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException(Code) | | |
registerOutParameter | public void registerOutParameter(String parameterName, int sqlType, int scale) throws SQLException(Code) | | |
Methods inherited from org.isqlviewer.sql.PreparedStatementWrapper | public void addBatch() throws SQLException(Code)(Java Doc) public void clearParameters() throws SQLException(Code)(Java Doc) public void close() throws SQLException(Code)(Java Doc) public boolean execute() throws SQLException(Code)(Java Doc) public ResultSet executeQuery() throws SQLException(Code)(Java Doc) public int executeUpdate() throws SQLException(Code)(Java Doc) public ResultSetMetaData getMetaData() throws SQLException(Code)(Java Doc) public ParameterMetaData getParameterMetaData() throws SQLException(Code)(Java Doc) public void setArray(int i, Array x) throws SQLException(Code)(Java Doc) public void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException(Code)(Java Doc) public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException(Code)(Java Doc) public void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException(Code)(Java Doc) public void setBlob(int i, Blob x) throws SQLException(Code)(Java Doc) public void setBoolean(int parameterIndex, boolean x) throws SQLException(Code)(Java Doc) public void setByte(int parameterIndex, byte x) throws SQLException(Code)(Java Doc) public void setBytes(int parameterIndex, byte[] x) throws SQLException(Code)(Java Doc) public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException(Code)(Java Doc) public void setClob(int i, Clob x) throws SQLException(Code)(Java Doc) public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException(Code)(Java Doc) public void setDate(int parameterIndex, Date x) throws SQLException(Code)(Java Doc) public void setDouble(int parameterIndex, double x) throws SQLException(Code)(Java Doc) public void setFloat(int parameterIndex, float x) throws SQLException(Code)(Java Doc) public void setInt(int parameterIndex, int x) throws SQLException(Code)(Java Doc) public void setLong(int parameterIndex, long x) throws SQLException(Code)(Java Doc) public void setNull(int paramIndex, int sqlType, String typeName) throws SQLException(Code)(Java Doc) public void setNull(int parameterIndex, int sqlType) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x) throws SQLException(Code)(Java Doc) public void setRef(int i, Ref x) throws SQLException(Code)(Java Doc) public void setShort(int parameterIndex, short x) throws SQLException(Code)(Java Doc) public void setString(int parameterIndex, String x) throws SQLException(Code)(Java Doc) public void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTime(int parameterIndex, Time x) throws SQLException(Code)(Java Doc) public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException(Code)(Java Doc) public void setURL(int parameterIndex, URL x) throws SQLException(Code)(Java Doc) public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException(Code)(Java Doc)
|
Methods inherited from org.isqlviewer.sql.StatementWrapper | public void addBatch(String s) throws SQLException(Code)(Java Doc) public void cancel() throws SQLException(Code)(Java Doc) public void clearBatch() throws SQLException(Code)(Java Doc) public void clearWarnings() throws SQLException(Code)(Java Doc) public void close() throws SQLException(Code)(Java Doc) protected void debug(Object message, Throwable error)(Code)(Java Doc) protected void debug(Object message)(Code)(Java Doc) protected void error(Object message, Throwable error)(Code)(Java Doc) protected void error(Object message)(Code)(Java Doc) public boolean execute(String sql) throws SQLException(Code)(Java Doc) public boolean execute(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc) public boolean execute(String sql, int[] columnIndexes) throws SQLException(Code)(Java Doc) public boolean execute(String sql, String[] columnNames) throws SQLException(Code)(Java Doc) public int[] executeBatch() throws SQLException(Code)(Java Doc) public ResultSet executeQuery(String sql) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql, int[] columnIndexes) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql, String[] columnNames) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql) throws SQLException(Code)(Java Doc) public Connection getConnection() throws SQLException(Code)(Java Doc) public int getFetchDirection() throws SQLException(Code)(Java Doc) public int getFetchSize() throws SQLException(Code)(Java Doc) public ResultSet getGeneratedKeys() throws SQLException(Code)(Java Doc) public int getMaxFieldSize() throws SQLException(Code)(Java Doc) public int getMaxRows() throws SQLException(Code)(Java Doc) public boolean getMoreResults() throws SQLException(Code)(Java Doc) public boolean getMoreResults(int current) throws SQLException(Code)(Java Doc) public ConnectionWrapper getOwner()(Code)(Java Doc) public Statement getParent()(Code)(Java Doc) public int getQueryTimeout() throws SQLException(Code)(Java Doc) public ResultSet getResultSet() throws SQLException(Code)(Java Doc) public int getResultSetConcurrency() throws SQLException(Code)(Java Doc) public int getResultSetHoldability() throws SQLException(Code)(Java Doc) public int getResultSetType() throws SQLException(Code)(Java Doc) public int getUpdateCount() throws SQLException(Code)(Java Doc) public SQLWarning getWarnings() throws SQLException(Code)(Java Doc) protected void info(Object message, Throwable error)(Code)(Java Doc) protected void info(Object message)(Code)(Java Doc) void removeOpenCursor(ResultSetWrapper set)(Code)(Java Doc) public void setCursorName(String name) throws SQLException(Code)(Java Doc) public void setEscapeProcessing(boolean enable) throws SQLException(Code)(Java Doc) public void setFetchDirection(int i) throws SQLException(Code)(Java Doc) public void setFetchSize(int i) throws SQLException(Code)(Java Doc) public void setMaxFieldSize(int max) throws SQLException(Code)(Java Doc) public void setMaxRows(int max) throws SQLException(Code)(Java Doc) public void setQueryTimeout(int seconds) throws SQLException(Code)(Java Doc) protected void warn(Object message, Throwable error)(Code)(Java Doc) protected void warn(Object message)(Code)(Java Doc)
|
|
|