JML

java.sql
Interface CallableStatement

All Superinterfaces:
PreparedStatement, Statement

public interface CallableStatement
extends PreparedStatement


Field Summary
 
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
Method Summary
 Array getArray(int)
           
 Array getArray(String)
           
 BigDecimal getBigDecimal(int)
           
 BigDecimal getBigDecimal(int, int)
           
 BigDecimal getBigDecimal(String)
           
 Blob getBlob(int)
           
 Blob getBlob(String)
           
 boolean getBoolean(int)
           
 boolean getBoolean(String)
           
 byte getByte(int)
           
 byte getByte(String)
           
 byte[] getBytes(int)
           
 byte[] getBytes(String)
           
 Clob getClob(int)
           
 Clob getClob(String)
           
 Date getDate(int)
           
 Date getDate(int, Calendar)
           
 Date getDate(String)
           
 Date getDate(String, Calendar)
           
 double getDouble(int)
           
 double getDouble(String)
           
 float getFloat(int)
           
 float getFloat(String)
           
 int getInt(int)
           
 int getInt(String)
           
 long getLong(int)
           
 long getLong(String)
           
 Object getObject(int)
           
 Object getObject(int, Map)
           
 Object getObject(String)
           
 Object getObject(String, Map)
           
 Ref getRef(int)
           
 Ref getRef(String)
           
 short getShort(int)
           
 short getShort(String)
           
 String getString(int)
           
 String getString(String)
           
 Time getTime(int)
           
 Time getTime(int, Calendar)
           
 Time getTime(String)
           
 Time getTime(String, Calendar)
           
 Timestamp getTimestamp(int)
           
 Timestamp getTimestamp(int, Calendar)
           
 Timestamp getTimestamp(String)
           
 Timestamp getTimestamp(String, Calendar)
           
 URL getURL(int)
           
 URL getURL(String)
           
 void registerOutParameter(int, int)
           
 void registerOutParameter(int, int, int)
           
 void registerOutParameter(int, int, String)
           
 void registerOutParameter(String, int)
           
 void registerOutParameter(String, int, int)
           
 void registerOutParameter(String, int, String)
           
 void setAsciiStream(String, InputStream, int)
           
 void setBigDecimal(String, BigDecimal)
           
 void setBinaryStream(String, InputStream, int)
           
 void setBoolean(String, boolean)
           
 void setByte(String, byte)
           
 void setBytes(String, byte[])
           
 void setCharacterStream(String, Reader, int)
           
 void setDate(String, Date)
           
 void setDate(String, Date, Calendar)
           
 void setDouble(String, double)
           
 void setFloat(String, float)
           
 void setInt(String, int)
           
 void setLong(String, long)
           
 void setNull(String, int)
           
 void setNull(String, int, String)
           
 void setObject(String, Object)
           
 void setObject(String, Object, int)
           
 void setObject(String, Object, int, int)
           
 void setShort(String, short)
           
 void setString(String, String)
           
 void setTime(String, Time)
           
 void setTime(String, Time, Calendar)
           
 void setTimestamp(String, Timestamp)
           
 void setTimestamp(String, Timestamp, Calendar)
           
 void setURL(String, URL)
           
 boolean wasNull()
           
 
Methods inherited from interface java.sql.PreparedStatement
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
 
Methods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, 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, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
 

Method Detail

wasNull

public boolean wasNull()
                         throws SQLException
Throws:
SQLException

getByte

public byte getByte(int)
                      throws SQLException
Throws:
SQLException

getDouble

public double getDouble(int)
                          throws SQLException
Throws:
SQLException

getFloat

public float getFloat(int)
                        throws SQLException
Throws:
SQLException

getInt

public int getInt(int)
                    throws SQLException
Throws:
SQLException

getLong

public long getLong(int)
                      throws SQLException
Throws:
SQLException

getShort

public short getShort(int)
                        throws SQLException
Throws:
SQLException

getBoolean

public boolean getBoolean(int)
                            throws SQLException
Throws:
SQLException

getBytes

public byte[] getBytes(int)
                         throws SQLException
Throws:
SQLException

registerOutParameter

public void registerOutParameter(int,
                                 int)
                                   throws SQLException
Throws:
SQLException

registerOutParameter

public void registerOutParameter(int,
                                 int,
                                 int)
                                   throws SQLException
Throws:
SQLException

getObject

public Object getObject(int)
                          throws SQLException
Throws:
SQLException

getString

public String getString(int)
                          throws SQLException
Throws:
SQLException

registerOutParameter

public void registerOutParameter(int,
                                 int,
                                 String)
                                   throws SQLException
Throws:
SQLException

getByte

public byte getByte(String)
                      throws SQLException
Throws:
SQLException

getDouble

public double getDouble(String)
                          throws SQLException
Throws:
SQLException

getFloat

public float getFloat(String)
                        throws SQLException
Throws:
SQLException

getInt

public int getInt(String)
                    throws SQLException
Throws:
SQLException

getLong

public long getLong(String)
                      throws SQLException
Throws:
SQLException

getShort

public short getShort(String)
                        throws SQLException
Throws:
SQLException

getBoolean

public boolean getBoolean(String)
                            throws SQLException
Throws:
SQLException

getBytes

public byte[] getBytes(String)
                         throws SQLException
Throws:
SQLException

setByte

public void setByte(String,
                    byte)
                      throws SQLException
Throws:
SQLException

setDouble

public void setDouble(String,
                      double)
                        throws SQLException
Throws:
SQLException

setFloat

public void setFloat(String,
                     float)
                       throws SQLException
Throws:
SQLException

registerOutParameter

public void registerOutParameter(String,
                                 int)
                                   throws SQLException
Throws:
SQLException

setInt

public void setInt(String,
                   int)
                     throws SQLException
Throws:
SQLException

setNull

public void setNull(String,
                    int)
                      throws SQLException
Throws:
SQLException

registerOutParameter

public void registerOutParameter(String,
                                 int,
                                 int)
                                   throws SQLException
Throws:
SQLException

setLong

public void setLong(String,
                    long)
                      throws SQLException
Throws:
SQLException

setShort

public void setShort(String,
                     short)
                       throws SQLException
Throws:
SQLException

setBoolean

public void setBoolean(String,
                       boolean)
                         throws SQLException
Throws:
SQLException

setBytes

public void setBytes(String,
                     byte[])
                       throws SQLException
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int)
                                  throws SQLException
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int,
                                int)
                                  throws SQLException
Throws:
SQLException

getURL

public URL getURL(int)
                    throws SQLException
Throws:
SQLException

getArray

public Array getArray(int)
                        throws SQLException
Throws:
SQLException

getBlob

public Blob getBlob(int)
                      throws SQLException
Throws:
SQLException

getClob

public Clob getClob(int)
                      throws SQLException
Throws:
SQLException

getDate

public Date getDate(int)
                      throws SQLException
Throws:
SQLException

getRef

public Ref getRef(int)
                    throws SQLException
Throws:
SQLException

getTime

public Time getTime(int)
                      throws SQLException
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(int)
                                throws SQLException
Throws:
SQLException

setAsciiStream

public void setAsciiStream(String,
                           InputStream,
                           int)
                             throws SQLException
Throws:
SQLException

setBinaryStream

public void setBinaryStream(String,
                            InputStream,
                            int)
                              throws SQLException
Throws:
SQLException

setCharacterStream

public void setCharacterStream(String,
                               Reader,
                               int)
                                 throws SQLException
Throws:
SQLException

getObject

public Object getObject(String)
                          throws SQLException
Throws:
SQLException

setObject

public void setObject(String,
                      Object)
                        throws SQLException
Throws:
SQLException

setObject

public void setObject(String,
                      Object,
                      int)
                        throws SQLException
Throws:
SQLException

setObject

public void setObject(String,
                      Object,
                      int,
                      int)
                        throws SQLException
Throws:
SQLException

getObject

public Object getObject(int,
                        Map)
                          throws SQLException
Throws:
SQLException

getString

public String getString(String)
                          throws SQLException
Throws:
SQLException

registerOutParameter

public void registerOutParameter(String,
                                 int,
                                 String)
                                   throws SQLException
Throws:
SQLException

setNull

public void setNull(String,
                    int,
                    String)
                      throws SQLException
Throws:
SQLException

setString

public void setString(String,
                      String)
                        throws SQLException
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(String)
                                  throws SQLException
Throws:
SQLException

setBigDecimal

public void setBigDecimal(String,
                          BigDecimal)
                            throws SQLException
Throws:
SQLException

getURL

public URL getURL(String)
                    throws SQLException
Throws:
SQLException

setURL

public void setURL(String,
                   URL)
                     throws SQLException
Throws:
SQLException

getArray

public Array getArray(String)
                        throws SQLException
Throws:
SQLException

getBlob

public Blob getBlob(String)
                      throws SQLException
Throws:
SQLException

getClob

public Clob getClob(String)
                      throws SQLException
Throws:
SQLException

getDate

public Date getDate(String)
                      throws SQLException
Throws:
SQLException

setDate

public void setDate(String,
                    Date)
                      throws SQLException
Throws:
SQLException

getDate

public Date getDate(int,
                    Calendar)
                      throws SQLException
Throws:
SQLException

getRef

public Ref getRef(String)
                    throws SQLException
Throws:
SQLException

getTime

public Time getTime(String)
                      throws SQLException
Throws:
SQLException

setTime

public void setTime(String,
                    Time)
                      throws SQLException
Throws:
SQLException

getTime

public Time getTime(int,
                    Calendar)
                      throws SQLException
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(String)
                                throws SQLException
Throws:
SQLException

setTimestamp

public void setTimestamp(String,
                         Timestamp)
                           throws SQLException
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(int,
                              Calendar)
                                throws SQLException
Throws:
SQLException

getObject

public Object getObject(String,
                        Map)
                          throws SQLException
Throws:
SQLException

getDate

public Date getDate(String,
                    Calendar)
                      throws SQLException
Throws:
SQLException

getTime

public Time getTime(String,
                    Calendar)
                      throws SQLException
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(String,
                              Calendar)
                                throws SQLException
Throws:
SQLException

setDate

public void setDate(String,
                    Date,
                    Calendar)
                      throws SQLException
Throws:
SQLException

setTime

public void setTime(String,
                    Time,
                    Calendar)
                      throws SQLException
Throws:
SQLException

setTimestamp

public void setTimestamp(String,
                         Timestamp,
                         Calendar)
                           throws SQLException
Throws:
SQLException

JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.