public final class SimonCallableStatement extends SimonPreparedStatement implements CallableStatement
sql
batchSql, conn, prefix, split, sqlCmdLabel, sqlNormalizer
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
addBatch, 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, setURL
addBatch, 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, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBatch, 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, setURL
addBatch, 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, setQueryTimeout
isWrapperFor, unwrap
public void registerOutParameter(int i, int i1) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
public void registerOutParameter(int i, int i1, int i2) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
public boolean wasNull() throws SQLException
wasNull
in interface CallableStatement
SQLException
public String getString(int i) throws SQLException
getString
in interface CallableStatement
SQLException
public boolean getBoolean(int i) throws SQLException
getBoolean
in interface CallableStatement
SQLException
public byte getByte(int i) throws SQLException
getByte
in interface CallableStatement
SQLException
public short getShort(int i) throws SQLException
getShort
in interface CallableStatement
SQLException
public int getInt(int i) throws SQLException
getInt
in interface CallableStatement
SQLException
public long getLong(int i) throws SQLException
getLong
in interface CallableStatement
SQLException
public float getFloat(int i) throws SQLException
getFloat
in interface CallableStatement
SQLException
public double getDouble(int i) throws SQLException
getDouble
in interface CallableStatement
SQLException
@Deprecated public BigDecimal getBigDecimal(int i, int i1) throws SQLException
getBigDecimal
in interface CallableStatement
SQLException
public byte[] getBytes(int i) throws SQLException
getBytes
in interface CallableStatement
SQLException
public Date getDate(int i) throws SQLException
getDate
in interface CallableStatement
SQLException
public Time getTime(int i) throws SQLException
getTime
in interface CallableStatement
SQLException
public Timestamp getTimestamp(int i) throws SQLException
getTimestamp
in interface CallableStatement
SQLException
public Object getObject(int i) throws SQLException
getObject
in interface CallableStatement
SQLException
public BigDecimal getBigDecimal(int i) throws SQLException
getBigDecimal
in interface CallableStatement
SQLException
public Object getObject(int i, Map<String,Class<?>> stringClassMap) throws SQLException
getObject
in interface CallableStatement
SQLException
public Ref getRef(int i) throws SQLException
getRef
in interface CallableStatement
SQLException
public Blob getBlob(int i) throws SQLException
getBlob
in interface CallableStatement
SQLException
public Clob getClob(int i) throws SQLException
getClob
in interface CallableStatement
SQLException
public Array getArray(int i) throws SQLException
getArray
in interface CallableStatement
SQLException
public Date getDate(int i, Calendar calendar) throws SQLException
getDate
in interface CallableStatement
SQLException
public Time getTime(int i, Calendar calendar) throws SQLException
getTime
in interface CallableStatement
SQLException
public Timestamp getTimestamp(int i, Calendar calendar) throws SQLException
getTimestamp
in interface CallableStatement
SQLException
public void registerOutParameter(int i, int i1, String s) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
public void registerOutParameter(String s, int i) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
public void registerOutParameter(String s, int i, int i1) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
public void registerOutParameter(String s, int i, String s1) throws SQLException
registerOutParameter
in interface CallableStatement
SQLException
public URL getURL(int i) throws SQLException
getURL
in interface CallableStatement
SQLException
public void setURL(String s, URL url) throws SQLException
setURL
in interface CallableStatement
SQLException
public void setNull(String s, int i) throws SQLException
setNull
in interface CallableStatement
SQLException
public void setBoolean(String s, boolean b) throws SQLException
setBoolean
in interface CallableStatement
SQLException
public void setByte(String s, byte b) throws SQLException
setByte
in interface CallableStatement
SQLException
public void setShort(String s, short i) throws SQLException
setShort
in interface CallableStatement
SQLException
public void setInt(String s, int i) throws SQLException
setInt
in interface CallableStatement
SQLException
public void setLong(String s, long l) throws SQLException
setLong
in interface CallableStatement
SQLException
public void setFloat(String s, float v) throws SQLException
setFloat
in interface CallableStatement
SQLException
public void setDouble(String s, double v) throws SQLException
setDouble
in interface CallableStatement
SQLException
public void setBigDecimal(String s, BigDecimal bigDecimal) throws SQLException
setBigDecimal
in interface CallableStatement
SQLException
public void setString(String s, String s1) throws SQLException
setString
in interface CallableStatement
SQLException
public void setBytes(String s, byte[] bytes) throws SQLException
setBytes
in interface CallableStatement
SQLException
public void setDate(String s, Date date) throws SQLException
setDate
in interface CallableStatement
SQLException
public void setTime(String s, Time time) throws SQLException
setTime
in interface CallableStatement
SQLException
public void setTimestamp(String s, Timestamp timestamp) throws SQLException
setTimestamp
in interface CallableStatement
SQLException
public void setAsciiStream(String s, InputStream inputStream, int i) throws SQLException
setAsciiStream
in interface CallableStatement
SQLException
public void setBinaryStream(String s, InputStream inputStream, int i) throws SQLException
setBinaryStream
in interface CallableStatement
SQLException
public void setObject(String s, Object o, int i, int i1) throws SQLException
setObject
in interface CallableStatement
SQLException
public void setObject(String s, Object o, int i) throws SQLException
setObject
in interface CallableStatement
SQLException
public void setObject(String s, Object o) throws SQLException
setObject
in interface CallableStatement
SQLException
public void setCharacterStream(String s, Reader reader, int i) throws SQLException
setCharacterStream
in interface CallableStatement
SQLException
public void setDate(String s, Date date, Calendar calendar) throws SQLException
setDate
in interface CallableStatement
SQLException
public void setTime(String s, Time time, Calendar calendar) throws SQLException
setTime
in interface CallableStatement
SQLException
public void setTimestamp(String s, Timestamp timestamp, Calendar calendar) throws SQLException
setTimestamp
in interface CallableStatement
SQLException
public void setNull(String s, int i, String s1) throws SQLException
setNull
in interface CallableStatement
SQLException
public String getString(String s) throws SQLException
getString
in interface CallableStatement
SQLException
public boolean getBoolean(String s) throws SQLException
getBoolean
in interface CallableStatement
SQLException
public byte getByte(String s) throws SQLException
getByte
in interface CallableStatement
SQLException
public short getShort(String s) throws SQLException
getShort
in interface CallableStatement
SQLException
public int getInt(String s) throws SQLException
getInt
in interface CallableStatement
SQLException
public long getLong(String s) throws SQLException
getLong
in interface CallableStatement
SQLException
public float getFloat(String s) throws SQLException
getFloat
in interface CallableStatement
SQLException
public double getDouble(String s) throws SQLException
getDouble
in interface CallableStatement
SQLException
public byte[] getBytes(String s) throws SQLException
getBytes
in interface CallableStatement
SQLException
public Date getDate(String s) throws SQLException
getDate
in interface CallableStatement
SQLException
public Time getTime(String s) throws SQLException
getTime
in interface CallableStatement
SQLException
public Timestamp getTimestamp(String s) throws SQLException
getTimestamp
in interface CallableStatement
SQLException
public Object getObject(String s) throws SQLException
getObject
in interface CallableStatement
SQLException
public BigDecimal getBigDecimal(String s) throws SQLException
getBigDecimal
in interface CallableStatement
SQLException
public Object getObject(String s, Map<String,Class<?>> stringClassMap) throws SQLException
getObject
in interface CallableStatement
SQLException
public Ref getRef(String s) throws SQLException
getRef
in interface CallableStatement
SQLException
public Blob getBlob(String s) throws SQLException
getBlob
in interface CallableStatement
SQLException
public Clob getClob(String s) throws SQLException
getClob
in interface CallableStatement
SQLException
public Array getArray(String s) throws SQLException
getArray
in interface CallableStatement
SQLException
public Date getDate(String s, Calendar calendar) throws SQLException
getDate
in interface CallableStatement
SQLException
public Time getTime(String s, Calendar calendar) throws SQLException
getTime
in interface CallableStatement
SQLException
public Timestamp getTimestamp(String s, Calendar calendar) throws SQLException
getTimestamp
in interface CallableStatement
SQLException
public URL getURL(String s) throws SQLException
getURL
in interface CallableStatement
SQLException
public RowId getRowId(int i) throws SQLException
getRowId
in interface CallableStatement
SQLException
public RowId getRowId(String s) throws SQLException
getRowId
in interface CallableStatement
SQLException
public void setRowId(String s, RowId rowId) throws SQLException
setRowId
in interface CallableStatement
SQLException
public void setNString(String s, String s1) throws SQLException
setNString
in interface CallableStatement
SQLException
public void setNCharacterStream(String s, Reader reader, long l) throws SQLException
setNCharacterStream
in interface CallableStatement
SQLException
public void setNClob(String s, NClob nClob) throws SQLException
setNClob
in interface CallableStatement
SQLException
public void setClob(String s, Reader reader, long l) throws SQLException
setClob
in interface CallableStatement
SQLException
public void setBlob(String s, InputStream inputStream, long l) throws SQLException
setBlob
in interface CallableStatement
SQLException
public void setNClob(String s, Reader reader, long l) throws SQLException
setNClob
in interface CallableStatement
SQLException
public NClob getNClob(int i) throws SQLException
getNClob
in interface CallableStatement
SQLException
public NClob getNClob(String s) throws SQLException
getNClob
in interface CallableStatement
SQLException
public void setSQLXML(String s, SQLXML sqlxml) throws SQLException
setSQLXML
in interface CallableStatement
SQLException
public SQLXML getSQLXML(int i) throws SQLException
getSQLXML
in interface CallableStatement
SQLException
public SQLXML getSQLXML(String s) throws SQLException
getSQLXML
in interface CallableStatement
SQLException
public String getNString(int i) throws SQLException
getNString
in interface CallableStatement
SQLException
public String getNString(String s) throws SQLException
getNString
in interface CallableStatement
SQLException
public Reader getNCharacterStream(int i) throws SQLException
getNCharacterStream
in interface CallableStatement
SQLException
public Reader getNCharacterStream(String s) throws SQLException
getNCharacterStream
in interface CallableStatement
SQLException
public Reader getCharacterStream(int i) throws SQLException
getCharacterStream
in interface CallableStatement
SQLException
public Reader getCharacterStream(String s) throws SQLException
getCharacterStream
in interface CallableStatement
SQLException
public void setBlob(String s, Blob blob) throws SQLException
setBlob
in interface CallableStatement
SQLException
public void setClob(String s, Clob clob) throws SQLException
setClob
in interface CallableStatement
SQLException
public void setAsciiStream(String s, InputStream inputStream, long l) throws SQLException
setAsciiStream
in interface CallableStatement
SQLException
public void setBinaryStream(String s, InputStream inputStream, long l) throws SQLException
setBinaryStream
in interface CallableStatement
SQLException
public void setCharacterStream(String s, Reader reader, long l) throws SQLException
setCharacterStream
in interface CallableStatement
SQLException
public void setAsciiStream(String s, InputStream inputStream) throws SQLException
setAsciiStream
in interface CallableStatement
SQLException
public void setBinaryStream(String s, InputStream inputStream) throws SQLException
setBinaryStream
in interface CallableStatement
SQLException
public void setCharacterStream(String s, Reader reader) throws SQLException
setCharacterStream
in interface CallableStatement
SQLException
public void setNCharacterStream(String s, Reader reader) throws SQLException
setNCharacterStream
in interface CallableStatement
SQLException
public void setClob(String s, Reader reader) throws SQLException
setClob
in interface CallableStatement
SQLException
public void setBlob(String s, InputStream inputStream) throws SQLException
setBlob
in interface CallableStatement
SQLException
public void setNClob(String s, Reader reader) throws SQLException
setNClob
in interface CallableStatement
SQLException
public <T> T getObject(int parameterIndex, Class<T> type) throws SQLException
getObject
in interface CallableStatement
SQLException
public <T> T getObject(String parameterName, Class<T> type) throws SQLException
getObject
in interface CallableStatement
SQLException
Copyright © 2019. All rights reserved.