✓
public abstract interface CallableStatement
extends java.sql.PreparedStatement
Methods
- ✓public abstract java.sql.Array getArray(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Array getArray(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.math.BigDecimal getBigDecimal(int arg0) throws java.sql.SQLException
- ✓@Deprecated(since="1.2")
public abstract java.math.BigDecimal getBigDecimal(int arg0, int arg1) throws java.sql.SQLException - ✓public abstract java.math.BigDecimal getBigDecimal(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Blob getBlob(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Blob getBlob(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract boolean getBoolean(int arg0) throws java.sql.SQLException
- ✓public abstract boolean getBoolean(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract byte getByte(int arg0) throws java.sql.SQLException
- ✓public abstract byte getByte(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract byte[] getBytes(int arg0) throws java.sql.SQLException
- ✓public abstract byte[] getBytes(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.io.Reader getCharacterStream(int arg0) throws java.sql.SQLException
- ✓public abstract java.io.Reader getCharacterStream(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Clob getClob(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Clob getClob(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Date getDate(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Date getDate(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
- ✓public abstract java.sql.Date getDate(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Date getDate(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
- ✓public abstract double getDouble(int arg0) throws java.sql.SQLException
- ✓public abstract double getDouble(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract float getFloat(int arg0) throws java.sql.SQLException
- ✓public abstract float getFloat(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract int getInt(int arg0) throws java.sql.SQLException
- ✓public abstract int getInt(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract long getLong(int arg0) throws java.sql.SQLException
- ✓public abstract long getLong(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.io.Reader getNCharacterStream(int arg0) throws java.sql.SQLException
- ✓public abstract java.io.Reader getNCharacterStream(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.NClob getNClob(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.NClob getNClob(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.lang.String getNString(int arg0) throws java.sql.SQLException
- ✓public abstract java.lang.String getNString(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.lang.Object getObject(int arg0) throws java.sql.SQLException
- ✓public abstract <T> T getObject(int arg0, java.lang.Class<T> arg1) throws java.sql.SQLException
- ✓public abstract java.lang.Object getObject(int arg0, java.util.Map<java.lang.String, java.lang.Class<?>> arg1) throws java.sql.SQLException
- ✓public abstract java.lang.Object getObject(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract <T> T getObject(java.lang.String arg0, java.lang.Class<T> arg1) throws java.sql.SQLException
- ✓public abstract java.lang.Object getObject(java.lang.String arg0, java.util.Map<java.lang.String, java.lang.Class<?>> arg1) throws java.sql.SQLException
- ✓public abstract java.sql.Ref getRef(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Ref getRef(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.RowId getRowId(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.RowId getRowId(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.SQLXML getSQLXML(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.SQLXML getSQLXML(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract short getShort(int arg0) throws java.sql.SQLException
- ✓public abstract short getShort(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.lang.String getString(int arg0) throws java.sql.SQLException
- ✓public abstract java.lang.String getString(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Time getTime(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Time getTime(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
- ✓public abstract java.sql.Time getTime(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Time getTime(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
- ✓public abstract java.sql.Timestamp getTimestamp(int arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Timestamp getTimestamp(int arg0, java.util.Calendar arg1) throws java.sql.SQLException
- ✓public abstract java.sql.Timestamp getTimestamp(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract java.sql.Timestamp getTimestamp(java.lang.String arg0, java.util.Calendar arg1) throws java.sql.SQLException
- ✓public abstract java.net.URL getURL(int arg0) throws java.sql.SQLException
- ✓public abstract java.net.URL getURL(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract void registerOutParameter(int arg0, int arg1) throws java.sql.SQLException
- ✓public abstract void registerOutParameter(int arg0, int arg1, int arg2) throws java.sql.SQLException
- ✓public abstract void registerOutParameter(int arg0, int arg1, java.lang.String arg2) throws java.sql.SQLException
- ✓public default void registerOutParameter(int arg0, java.sql.SQLType arg1) throws java.sql.SQLException
- ✓public default void registerOutParameter(int arg0, java.sql.SQLType arg1, int arg2) throws java.sql.SQLException
- ✓public default void registerOutParameter(int arg0, java.sql.SQLType arg1, java.lang.String arg2) throws java.sql.SQLException
- ✓public abstract void registerOutParameter(java.lang.String arg0, int arg1) throws java.sql.SQLException
- ✓public abstract void registerOutParameter(java.lang.String arg0, int arg1, int arg2) throws java.sql.SQLException
- ✓public abstract void registerOutParameter(java.lang.String arg0, int arg1, java.lang.String arg2) throws java.sql.SQLException
- ✓public default void registerOutParameter(java.lang.String arg0, java.sql.SQLType arg1) throws java.sql.SQLException
- ✓public default void registerOutParameter(java.lang.String arg0, java.sql.SQLType arg1, int arg2) throws java.sql.SQLException
- ✓public default void registerOutParameter(java.lang.String arg0, java.sql.SQLType arg1, java.lang.String arg2) throws java.sql.SQLException
- ✓public abstract void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
- ✓public abstract void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
- ✓public abstract void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
- ✓public abstract void setBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1) throws java.sql.SQLException
- ✓public abstract void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
- ✓public abstract void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2) throws java.sql.SQLException
- ✓public abstract void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
- ✓public abstract void setBlob(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
- ✓public abstract void setBlob(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
- ✓public abstract void setBlob(java.lang.String arg0, java.sql.Blob arg1) throws java.sql.SQLException
- ✓public abstract void setBoolean(java.lang.String arg0, boolean arg1) throws java.sql.SQLException
- ✓public abstract void setByte(java.lang.String arg0, byte arg1) throws java.sql.SQLException
- ✓public abstract void setBytes(java.lang.String arg0, byte[] arg1) throws java.sql.SQLException
- ✓public abstract void setCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
- ✓public abstract void setCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2) throws java.sql.SQLException
- ✓public abstract void setCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
- ✓public abstract void setClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
- ✓public abstract void setClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
- ✓public abstract void setClob(java.lang.String arg0, java.sql.Clob arg1) throws java.sql.SQLException
- ✓public abstract void setDate(java.lang.String arg0, java.sql.Date arg1) throws java.sql.SQLException
- ✓public abstract void setDate(java.lang.String arg0, java.sql.Date arg1, java.util.Calendar arg2) throws java.sql.SQLException
- ✓public abstract void setDouble(java.lang.String arg0, double arg1) throws java.sql.SQLException
- ✓public abstract void setFloat(java.lang.String arg0, float arg1) throws java.sql.SQLException
- ✓public abstract void setInt(java.lang.String arg0, int arg1) throws java.sql.SQLException
- ✓public abstract void setLong(java.lang.String arg0, long arg1) throws java.sql.SQLException
- ✓public abstract void setNCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
- ✓public abstract void setNCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
- ✓public abstract void setNClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
- ✓public abstract void setNClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
- ✓public abstract void setNClob(java.lang.String arg0, java.sql.NClob arg1) throws java.sql.SQLException
- ✓public abstract void setNString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
- ✓public abstract void setNull(java.lang.String arg0, int arg1) throws java.sql.SQLException
- ✓public abstract void setNull(java.lang.String arg0, int arg1, java.lang.String arg2) throws java.sql.SQLException
- ✓public abstract void setObject(java.lang.String arg0, java.lang.Object arg1) throws java.sql.SQLException
- ✓public abstract void setObject(java.lang.String arg0, java.lang.Object arg1, int arg2) throws java.sql.SQLException
- ✓public abstract void setObject(java.lang.String arg0, java.lang.Object arg1, int arg2, int arg3) throws java.sql.SQLException
- ✓public default void setObject(java.lang.String arg0, java.lang.Object arg1, java.sql.SQLType arg2) throws java.sql.SQLException
- ✓public default void setObject(java.lang.String arg0, java.lang.Object arg1, java.sql.SQLType arg2, int arg3) throws java.sql.SQLException
- ✓public abstract void setRowId(java.lang.String arg0, java.sql.RowId arg1) throws java.sql.SQLException
- ✓public abstract void setSQLXML(java.lang.String arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
- ✓public abstract void setShort(java.lang.String arg0, short arg1) throws java.sql.SQLException
- ✓public abstract void setString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
- ✓public abstract void setTime(java.lang.String arg0, java.sql.Time arg1) throws java.sql.SQLException
- ✓public abstract void setTime(java.lang.String arg0, java.sql.Time arg1, java.util.Calendar arg2) throws java.sql.SQLException
- ✓public abstract void setTimestamp(java.lang.String arg0, java.sql.Timestamp arg1) throws java.sql.SQLException
- ✓public abstract void setTimestamp(java.lang.String arg0, java.sql.Timestamp arg1, java.util.Calendar arg2) throws java.sql.SQLException
- ✓public abstract void setURL(java.lang.String arg0, java.net.URL arg1) throws java.sql.SQLException
- ✓public abstract boolean wasNull() throws java.sql.SQLException