public final class SimonCallableStatement extends SimonPreparedStatement implements CallableStatement
sqlbatchSql, conn, prefix, split, sqlCmdLabel, sqlNormalizerCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFOaddBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, finish, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, prepare, prepare, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, startSplit, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic void registerOutParameter(int i, int i1) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(int i, int i1, int i2) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic boolean wasNull() throws SQLException
wasNull in interface CallableStatementSQLExceptionpublic String getString(int i) throws SQLException
getString in interface CallableStatementSQLExceptionpublic boolean getBoolean(int i) throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic byte getByte(int i) throws SQLException
getByte in interface CallableStatementSQLExceptionpublic short getShort(int i) throws SQLException
getShort in interface CallableStatementSQLExceptionpublic int getInt(int i) throws SQLException
getInt in interface CallableStatementSQLExceptionpublic long getLong(int i) throws SQLException
getLong in interface CallableStatementSQLExceptionpublic float getFloat(int i) throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic double getDouble(int i) throws SQLException
getDouble in interface CallableStatementSQLException@Deprecated public BigDecimal getBigDecimal(int i, int i1) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic byte[] getBytes(int i) throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic Date getDate(int i) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(int i) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(int i) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Object getObject(int i) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(int i) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic Object getObject(int i, Map<String,Class<?>> stringClassMap) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Ref getRef(int i) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic Blob getBlob(int i) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic Clob getClob(int i) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic Array getArray(int i) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic Date getDate(int i, Calendar calendar) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(int i, Calendar calendar) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(int i, Calendar calendar) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic void registerOutParameter(int i, int i1, String s) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String s, int i) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String s, int i, int i1) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String s, int i, String s1) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic URL getURL(int i) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic void setURL(String s, URL url) throws SQLException
setURL in interface CallableStatementSQLExceptionpublic void setNull(String s, int i) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic void setBoolean(String s, boolean b) throws SQLException
setBoolean in interface CallableStatementSQLExceptionpublic void setByte(String s, byte b) throws SQLException
setByte in interface CallableStatementSQLExceptionpublic void setShort(String s, short i) throws SQLException
setShort in interface CallableStatementSQLExceptionpublic void setInt(String s, int i) throws SQLException
setInt in interface CallableStatementSQLExceptionpublic void setLong(String s, long l) throws SQLException
setLong in interface CallableStatementSQLExceptionpublic void setFloat(String s, float v) throws SQLException
setFloat in interface CallableStatementSQLExceptionpublic void setDouble(String s, double v) throws SQLException
setDouble in interface CallableStatementSQLExceptionpublic void setBigDecimal(String s, BigDecimal bigDecimal) throws SQLException
setBigDecimal in interface CallableStatementSQLExceptionpublic void setString(String s, String s1) throws SQLException
setString in interface CallableStatementSQLExceptionpublic void setBytes(String s, byte[] bytes) throws SQLException
setBytes in interface CallableStatementSQLExceptionpublic void setDate(String s, Date date) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic void setTime(String s, Time time) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic void setTimestamp(String s, Timestamp timestamp) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic void setAsciiStream(String s, InputStream inputStream, int i) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String s, InputStream inputStream, int i) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setObject(String s, Object o, int i, int i1) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setObject(String s, Object o, int i) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setObject(String s, Object o) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setCharacterStream(String s, Reader reader, int i) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setDate(String s, Date date, Calendar calendar) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic void setTime(String s, Time time, Calendar calendar) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic void setTimestamp(String s, Timestamp timestamp, Calendar calendar) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic void setNull(String s, int i, String s1) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic String getString(String s) throws SQLException
getString in interface CallableStatementSQLExceptionpublic boolean getBoolean(String s) throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic byte getByte(String s) throws SQLException
getByte in interface CallableStatementSQLExceptionpublic short getShort(String s) throws SQLException
getShort in interface CallableStatementSQLExceptionpublic int getInt(String s) throws SQLException
getInt in interface CallableStatementSQLExceptionpublic long getLong(String s) throws SQLException
getLong in interface CallableStatementSQLExceptionpublic float getFloat(String s) throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic double getDouble(String s) throws SQLException
getDouble in interface CallableStatementSQLExceptionpublic byte[] getBytes(String s) throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic Date getDate(String s) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(String s) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(String s) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Object getObject(String s) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(String s) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic Object getObject(String s, Map<String,Class<?>> stringClassMap) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Ref getRef(String s) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic Blob getBlob(String s) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic Clob getClob(String s) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic Array getArray(String s) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic Date getDate(String s, Calendar calendar) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Time getTime(String s, Calendar calendar) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(String s, Calendar calendar) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic URL getURL(String s) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic RowId getRowId(int i) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic RowId getRowId(String s) throws SQLException
getRowId in interface CallableStatementSQLExceptionpublic void setRowId(String s, RowId rowId) throws SQLException
setRowId in interface CallableStatementSQLExceptionpublic void setNString(String s, String s1) throws SQLException
setNString in interface CallableStatementSQLExceptionpublic void setNCharacterStream(String s, Reader reader, long l) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic void setNClob(String s, NClob nClob) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic void setClob(String s, Reader reader, long l) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setBlob(String s, InputStream inputStream, long l) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setNClob(String s, Reader reader, long l) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic NClob getNClob(int i) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic NClob getNClob(String s) throws SQLException
getNClob in interface CallableStatementSQLExceptionpublic void setSQLXML(String s, SQLXML sqlxml) throws SQLException
setSQLXML in interface CallableStatementSQLExceptionpublic SQLXML getSQLXML(int i) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic SQLXML getSQLXML(String s) throws SQLException
getSQLXML in interface CallableStatementSQLExceptionpublic String getNString(int i) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic String getNString(String s) throws SQLException
getNString in interface CallableStatementSQLExceptionpublic Reader getNCharacterStream(int i) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic Reader getNCharacterStream(String s) throws SQLException
getNCharacterStream in interface CallableStatementSQLExceptionpublic Reader getCharacterStream(int i) throws SQLException
getCharacterStream in interface CallableStatementSQLExceptionpublic Reader getCharacterStream(String s) throws SQLException
getCharacterStream in interface CallableStatementSQLExceptionpublic void setBlob(String s, Blob blob) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setClob(String s, Clob clob) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setAsciiStream(String s, InputStream inputStream, long l) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String s, InputStream inputStream, long l) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setCharacterStream(String s, Reader reader, long l) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setAsciiStream(String s, InputStream inputStream) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String s, InputStream inputStream) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setCharacterStream(String s, Reader reader) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void setNCharacterStream(String s, Reader reader) throws SQLException
setNCharacterStream in interface CallableStatementSQLExceptionpublic void setClob(String s, Reader reader) throws SQLException
setClob in interface CallableStatementSQLExceptionpublic void setBlob(String s, InputStream inputStream) throws SQLException
setBlob in interface CallableStatementSQLExceptionpublic void setNClob(String s, Reader reader) throws SQLException
setNClob in interface CallableStatementSQLExceptionpublic <T> T getObject(int parameterIndex, Class<T> type) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic <T> T getObject(String parameterName, Class<T> type) throws SQLException
getObject in interface CallableStatementSQLExceptionCopyright © 2019. All rights reserved.