org.asyrinx.brownie.jdbc.wrapper
クラス CallableStatementWrapper

java.lang.Object
  拡張org.asyrinx.brownie.core.util.Wrapper
      拡張org.asyrinx.brownie.jdbc.wrapper.StatementWrapper
          拡張org.asyrinx.brownie.jdbc.wrapper.PreparedStatementWrapper
              拡張org.asyrinx.brownie.jdbc.wrapper.CallableStatementWrapper
すべての実装インタフェース:
java.sql.CallableStatement, java.sql.PreparedStatement, java.sql.Statement

public class CallableStatementWrapper
extends PreparedStatementWrapper
implements java.sql.CallableStatement

作成者:
Akima

フィールドの概要
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したフィールド
wrapped
 
インタフェース java.sql.Statement から継承したフィールド
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
コンストラクタの概要
CallableStatementWrapper(java.sql.CallableStatement source)
          Constructor for CallableStatementWrapper.
 
メソッドの概要
 java.sql.Array getArray(int i)
           
 java.sql.Array getArray(java.lang.String parameterName)
           
 java.math.BigDecimal getBigDecimal(int parameterIndex)
           
 java.math.BigDecimal getBigDecimal(int parameterIndex, int scale)
          推奨されていません。  
 java.math.BigDecimal getBigDecimal(java.lang.String parameterName)
           
 java.sql.Blob getBlob(int i)
           
 java.sql.Blob getBlob(java.lang.String parameterName)
           
 boolean getBoolean(int parameterIndex)
           
 boolean getBoolean(java.lang.String parameterName)
           
 byte getByte(int parameterIndex)
           
 byte getByte(java.lang.String parameterName)
           
 byte[] getBytes(int parameterIndex)
           
 byte[] getBytes(java.lang.String parameterName)
           
 java.sql.Clob getClob(int i)
           
 java.sql.Clob getClob(java.lang.String parameterName)
           
 java.sql.Date getDate(int parameterIndex)
           
 java.sql.Date getDate(int parameterIndex, java.util.Calendar cal)
           
 java.sql.Date getDate(java.lang.String parameterName)
           
 java.sql.Date getDate(java.lang.String parameterName, java.util.Calendar cal)
           
 double getDouble(int parameterIndex)
           
 double getDouble(java.lang.String parameterName)
           
 float getFloat(int parameterIndex)
           
 float getFloat(java.lang.String parameterName)
           
 int getInt(int parameterIndex)
           
 int getInt(java.lang.String parameterName)
           
 long getLong(int parameterIndex)
           
 long getLong(java.lang.String parameterName)
           
 java.lang.Object getObject(int parameterIndex)
           
 java.lang.Object getObject(int i, java.util.Map map)
           
 java.lang.Object getObject(java.lang.String parameterName)
           
 java.lang.Object getObject(java.lang.String parameterName, java.util.Map map)
           
 java.sql.Ref getRef(int i)
           
 java.sql.Ref getRef(java.lang.String parameterName)
           
 short getShort(int parameterIndex)
           
 short getShort(java.lang.String parameterName)
           
 java.lang.String getString(int parameterIndex)
           
 java.lang.String getString(java.lang.String parameterName)
           
 java.sql.Time getTime(int parameterIndex)
           
 java.sql.Time getTime(int parameterIndex, java.util.Calendar cal)
           
 java.sql.Time getTime(java.lang.String parameterName)
           
 java.sql.Time getTime(java.lang.String parameterName, java.util.Calendar cal)
           
 java.sql.Timestamp getTimestamp(int parameterIndex)
           
 java.sql.Timestamp getTimestamp(int parameterIndex, java.util.Calendar cal)
           
 java.sql.Timestamp getTimestamp(java.lang.String parameterName)
           
 java.sql.Timestamp getTimestamp(java.lang.String parameterName, java.util.Calendar cal)
           
 java.net.URL getURL(int parameterIndex)
           
 java.net.URL getURL(java.lang.String parameterName)
           
 void registerOutParameter(int parameterIndex, int sqlType)
           
 void registerOutParameter(int parameterIndex, int sqlType, int scale)
           
 void registerOutParameter(int paramIndex, int sqlType, java.lang.String typeName)
           
 void registerOutParameter(java.lang.String parameterName, int sqlType)
           
 void registerOutParameter(java.lang.String parameterName, int sqlType, int scale)
           
 void registerOutParameter(java.lang.String parameterName, int sqlType, java.lang.String typeName)
           
 void setAsciiStream(java.lang.String parameterName, java.io.InputStream x, int length)
           
 void setBigDecimal(java.lang.String parameterName, java.math.BigDecimal x)
           
 void setBinaryStream(java.lang.String parameterName, java.io.InputStream x, int length)
           
 void setBoolean(java.lang.String parameterName, boolean x)
           
 void setByte(java.lang.String parameterName, byte x)
           
 void setBytes(java.lang.String parameterName, byte[] x)
           
 void setCharacterStream(java.lang.String parameterName, java.io.Reader reader, int length)
           
 void setDate(java.lang.String parameterName, java.sql.Date x)
           
 void setDate(java.lang.String parameterName, java.sql.Date x, java.util.Calendar cal)
           
 void setDouble(java.lang.String parameterName, double x)
           
 void setFloat(java.lang.String parameterName, float x)
           
 void setInt(java.lang.String parameterName, int x)
           
 void setLong(java.lang.String parameterName, long x)
           
 void setNull(java.lang.String parameterName, int sqlType)
           
 void setNull(java.lang.String parameterName, int sqlType, java.lang.String typeName)
           
 void setObject(java.lang.String parameterName, java.lang.Object x)
           
 void setObject(java.lang.String parameterName, java.lang.Object x, int targetSqlType)
           
 void setObject(java.lang.String parameterName, java.lang.Object x, int targetSqlType, int scale)
           
 void setShort(java.lang.String parameterName, short x)
           
 void setString(java.lang.String parameterName, java.lang.String x)
           
 void setTime(java.lang.String parameterName, java.sql.Time x)
           
 void setTime(java.lang.String parameterName, java.sql.Time x, java.util.Calendar cal)
           
 void setTimestamp(java.lang.String parameterName, java.sql.Timestamp x)
           
 void setTimestamp(java.lang.String parameterName, java.sql.Timestamp x, java.util.Calendar cal)
           
 void setURL(java.lang.String parameterName, java.net.URL val)
           
 boolean wasNull()
           
 
クラス org.asyrinx.brownie.jdbc.wrapper.PreparedStatementWrapper から継承したメソッド
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
 
クラス org.asyrinx.brownie.jdbc.wrapper.StatementWrapper から継承したメソッド
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
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したメソッド
getCore, getCoreWrapped, getWrapped
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース 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
 
インタフェース 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
 

コンストラクタの詳細

CallableStatementWrapper

public CallableStatementWrapper(java.sql.CallableStatement source)
Constructor for CallableStatementWrapper.

メソッドの詳細

getArray

public java.sql.Array getArray(int i)
                        throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getArray
パラメータ:
i -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getArray

public java.sql.Array getArray(java.lang.String parameterName)
                        throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getArray
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int parameterIndex)
                                   throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getBigDecimal
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int parameterIndex,
                                          int scale)
                                   throws java.sql.SQLException
推奨されていません。  

定義:
インタフェース java.sql.CallableStatement 内の getBigDecimal
パラメータ:
parameterIndex -
scale -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String parameterName)
                                   throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getBigDecimal
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBlob

public java.sql.Blob getBlob(int i)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getBlob
パラメータ:
i -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBlob

public java.sql.Blob getBlob(java.lang.String parameterName)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getBlob
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBoolean

public boolean getBoolean(int parameterIndex)
                   throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getBoolean
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBoolean

public boolean getBoolean(java.lang.String parameterName)
                   throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getBoolean
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getByte

public byte getByte(int parameterIndex)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getByte
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getByte

public byte getByte(java.lang.String parameterName)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getByte
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBytes

public byte[] getBytes(int parameterIndex)
                throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getBytes
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getBytes

public byte[] getBytes(java.lang.String parameterName)
                throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getBytes
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getClob

public java.sql.Clob getClob(int i)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getClob
パラメータ:
i -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getClob

public java.sql.Clob getClob(java.lang.String parameterName)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getClob
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getDate

public java.sql.Date getDate(int parameterIndex)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getDate
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getDate

public java.sql.Date getDate(int parameterIndex,
                             java.util.Calendar cal)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getDate
パラメータ:
parameterIndex -
cal -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getDate

public java.sql.Date getDate(java.lang.String parameterName)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getDate
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getDate

public java.sql.Date getDate(java.lang.String parameterName,
                             java.util.Calendar cal)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getDate
パラメータ:
parameterName -
cal -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getDouble

public double getDouble(int parameterIndex)
                 throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getDouble
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getDouble

public double getDouble(java.lang.String parameterName)
                 throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getDouble
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getFloat

public float getFloat(int parameterIndex)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getFloat
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getFloat

public float getFloat(java.lang.String parameterName)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getFloat
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getInt

public int getInt(int parameterIndex)
           throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getInt
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getInt

public int getInt(java.lang.String parameterName)
           throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getInt
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getLong

public long getLong(int parameterIndex)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getLong
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getLong

public long getLong(java.lang.String parameterName)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getLong
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getObject

public java.lang.Object getObject(int parameterIndex)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getObject
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getObject

public java.lang.Object getObject(int i,
                                  java.util.Map map)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getObject
パラメータ:
i -
map -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getObject

public java.lang.Object getObject(java.lang.String parameterName)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getObject
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getObject

public java.lang.Object getObject(java.lang.String parameterName,
                                  java.util.Map map)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getObject
パラメータ:
parameterName -
map -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getRef

public java.sql.Ref getRef(int i)
                    throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getRef
パラメータ:
i -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getRef

public java.sql.Ref getRef(java.lang.String parameterName)
                    throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getRef
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getShort

public short getShort(int parameterIndex)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getShort
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getShort

public short getShort(java.lang.String parameterName)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getShort
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getString

public java.lang.String getString(int parameterIndex)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getString
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getString

public java.lang.String getString(java.lang.String parameterName)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getString
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getTime

public java.sql.Time getTime(int parameterIndex)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getTime
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getTime

public java.sql.Time getTime(int parameterIndex,
                             java.util.Calendar cal)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getTime
パラメータ:
parameterIndex -
cal -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getTime

public java.sql.Time getTime(java.lang.String parameterName)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getTime
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getTime

public java.sql.Time getTime(java.lang.String parameterName,
                             java.util.Calendar cal)
                      throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getTime
パラメータ:
parameterName -
cal -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(int parameterIndex)
                                throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getTimestamp
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(int parameterIndex,
                                       java.util.Calendar cal)
                                throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getTimestamp
パラメータ:
parameterIndex -
cal -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String parameterName)
                                throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getTimestamp
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String parameterName,
                                       java.util.Calendar cal)
                                throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getTimestamp
パラメータ:
parameterName -
cal -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getURL

public java.net.URL getURL(int parameterIndex)
                    throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getURL
パラメータ:
parameterIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

getURL

public java.net.URL getURL(java.lang.String parameterName)
                    throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の getURL
パラメータ:
parameterName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(int parameterIndex,
                                 int sqlType)
                          throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の registerOutParameter
パラメータ:
parameterIndex -
sqlType -
例外:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(int parameterIndex,
                                 int sqlType,
                                 int scale)
                          throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の registerOutParameter
パラメータ:
parameterIndex -
sqlType -
scale -
例外:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(int paramIndex,
                                 int sqlType,
                                 java.lang.String typeName)
                          throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の registerOutParameter
パラメータ:
paramIndex -
sqlType -
typeName -
例外:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(java.lang.String parameterName,
                                 int sqlType)
                          throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の registerOutParameter
パラメータ:
parameterName -
sqlType -
例外:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(java.lang.String parameterName,
                                 int sqlType,
                                 int scale)
                          throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の registerOutParameter
パラメータ:
parameterName -
sqlType -
scale -
例外:
java.sql.SQLException

registerOutParameter

public void registerOutParameter(java.lang.String parameterName,
                                 int sqlType,
                                 java.lang.String typeName)
                          throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の registerOutParameter
パラメータ:
parameterName -
sqlType -
typeName -
例外:
java.sql.SQLException

setAsciiStream

public void setAsciiStream(java.lang.String parameterName,
                           java.io.InputStream x,
                           int length)
                    throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setAsciiStream
パラメータ:
parameterName -
x -
length -
例外:
java.sql.SQLException

setBigDecimal

public void setBigDecimal(java.lang.String parameterName,
                          java.math.BigDecimal x)
                   throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setBigDecimal
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setBinaryStream

public void setBinaryStream(java.lang.String parameterName,
                            java.io.InputStream x,
                            int length)
                     throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setBinaryStream
パラメータ:
parameterName -
x -
length -
例外:
java.sql.SQLException

setBoolean

public void setBoolean(java.lang.String parameterName,
                       boolean x)
                throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setBoolean
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setByte

public void setByte(java.lang.String parameterName,
                    byte x)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setByte
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setBytes

public void setBytes(java.lang.String parameterName,
                     byte[] x)
              throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setBytes
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setCharacterStream

public void setCharacterStream(java.lang.String parameterName,
                               java.io.Reader reader,
                               int length)
                        throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setCharacterStream
パラメータ:
parameterName -
reader -
length -
例外:
java.sql.SQLException

setDate

public void setDate(java.lang.String parameterName,
                    java.sql.Date x)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setDate
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setDate

public void setDate(java.lang.String parameterName,
                    java.sql.Date x,
                    java.util.Calendar cal)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setDate
パラメータ:
parameterName -
x -
cal -
例外:
java.sql.SQLException

setDouble

public void setDouble(java.lang.String parameterName,
                      double x)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setDouble
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setFloat

public void setFloat(java.lang.String parameterName,
                     float x)
              throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setFloat
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setInt

public void setInt(java.lang.String parameterName,
                   int x)
            throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setInt
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setLong

public void setLong(java.lang.String parameterName,
                    long x)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setLong
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setNull

public void setNull(java.lang.String parameterName,
                    int sqlType)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setNull
パラメータ:
parameterName -
sqlType -
例外:
java.sql.SQLException

setNull

public void setNull(java.lang.String parameterName,
                    int sqlType,
                    java.lang.String typeName)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setNull
パラメータ:
parameterName -
sqlType -
typeName -
例外:
java.sql.SQLException

setObject

public void setObject(java.lang.String parameterName,
                      java.lang.Object x)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setObject
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setObject

public void setObject(java.lang.String parameterName,
                      java.lang.Object x,
                      int targetSqlType)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setObject
パラメータ:
parameterName -
x -
targetSqlType -
例外:
java.sql.SQLException

setObject

public void setObject(java.lang.String parameterName,
                      java.lang.Object x,
                      int targetSqlType,
                      int scale)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setObject
パラメータ:
parameterName -
x -
targetSqlType -
scale -
例外:
java.sql.SQLException

setShort

public void setShort(java.lang.String parameterName,
                     short x)
              throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setShort
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setString

public void setString(java.lang.String parameterName,
                      java.lang.String x)
               throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setString
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setTime

public void setTime(java.lang.String parameterName,
                    java.sql.Time x)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setTime
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setTime

public void setTime(java.lang.String parameterName,
                    java.sql.Time x,
                    java.util.Calendar cal)
             throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setTime
パラメータ:
parameterName -
x -
cal -
例外:
java.sql.SQLException

setTimestamp

public void setTimestamp(java.lang.String parameterName,
                         java.sql.Timestamp x)
                  throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setTimestamp
パラメータ:
parameterName -
x -
例外:
java.sql.SQLException

setTimestamp

public void setTimestamp(java.lang.String parameterName,
                         java.sql.Timestamp x,
                         java.util.Calendar cal)
                  throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setTimestamp
パラメータ:
parameterName -
x -
cal -
例外:
java.sql.SQLException

setURL

public void setURL(java.lang.String parameterName,
                   java.net.URL val)
            throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の setURL
パラメータ:
parameterName -
val -
例外:
java.sql.SQLException

wasNull

public boolean wasNull()
                throws java.sql.SQLException
定義:
インタフェース java.sql.CallableStatement 内の wasNull
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException


Copyright © 2004 asyrinx organization. All Rights Reserved.