org.seasar.framework.mock.sql
クラス MockCallableStatement
java.lang.Object
org.seasar.framework.mock.sql.MockStatement
org.seasar.framework.mock.sql.MockPreparedStatement
org.seasar.framework.mock.sql.MockCallableStatement
- すべての実装インタフェース:
- java.sql.CallableStatement, java.sql.PreparedStatement, java.sql.Statement
- public class MockCallableStatement
- extends MockPreparedStatement
- implements java.sql.CallableStatement
CallableStatement
用のモッククラスです。
- 作成者:
- higa
インタフェース java.sql.Statement から継承したフィールド |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
メソッドの概要 |
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 arg0,
java.util.Map arg1)
|
java.lang.Object |
getObject(java.lang.String parameterName)
|
java.lang.Object |
getObject(java.lang.String arg0,
java.util.Map arg1)
|
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.seasar.framework.mock.sql.MockPreparedStatement から継承したメソッド |
addBatch, clearParameters, execute, executeQuery, executeUpdate, getAutoGeneratedKeys, getColumnIndices, getColumnNames, getMetaData, getParameterMetaData, getSql, setArray, setAsciiStream, setAutoGeneratedKeys, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setColumnIndices, setColumnNames, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setSql, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
クラス org.seasar.framework.mock.sql.MockStatement から継承したメソッド |
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, isClosed, setClosed, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
クラス 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 |
MockCallableStatement
public MockCallableStatement(MockConnection connection,
java.lang.String sql)
MockCallableStatement
を作成します。
- パラメータ:
connection
- コネクションsql
- SQL
MockCallableStatement
public MockCallableStatement(MockConnection connection,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency)
MockCallableStatement
を作成します。
- パラメータ:
connection
- コネクションsql
- SQLresultSetType
- 結果セットタイプresultSetConcurrency
- 結果セット同時並行性
MockCallableStatement
public MockCallableStatement(MockConnection connection,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
MockCallableStatement
を作成します。
- パラメータ:
connection
- コネクションsql
- SQLresultSetType
- 結果セットタイプresultSetConcurrency
- 結果セット同時並行性resultSetHoldability
- 結果セット保持力
getArray
public java.sql.Array getArray(int i)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getArray
- 例外:
java.sql.SQLException
getArray
public java.sql.Array getArray(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getArray
- 例外:
java.sql.SQLException
getBigDecimal
public java.math.BigDecimal getBigDecimal(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBigDecimal
- 例外:
java.sql.SQLException
getBigDecimal
public java.math.BigDecimal getBigDecimal(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBigDecimal
- 例外:
java.sql.SQLException
getBigDecimal
public java.math.BigDecimal getBigDecimal(int parameterIndex,
int scale)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBigDecimal
- 例外:
java.sql.SQLException
getBlob
public java.sql.Blob getBlob(int i)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBlob
- 例外:
java.sql.SQLException
getBlob
public java.sql.Blob getBlob(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBlob
- 例外:
java.sql.SQLException
getBoolean
public boolean getBoolean(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBoolean
- 例外:
java.sql.SQLException
getBoolean
public boolean getBoolean(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBoolean
- 例外:
java.sql.SQLException
getByte
public byte getByte(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getByte
- 例外:
java.sql.SQLException
getByte
public byte getByte(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getByte
- 例外:
java.sql.SQLException
getBytes
public byte[] getBytes(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBytes
- 例外:
java.sql.SQLException
getBytes
public byte[] getBytes(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getBytes
- 例外:
java.sql.SQLException
getClob
public java.sql.Clob getClob(int i)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getClob
- 例外:
java.sql.SQLException
getClob
public java.sql.Clob getClob(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getClob
- 例外:
java.sql.SQLException
getDate
public java.sql.Date getDate(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getDate
- 例外:
java.sql.SQLException
getDate
public java.sql.Date getDate(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getDate
- 例外:
java.sql.SQLException
getDate
public java.sql.Date getDate(int parameterIndex,
java.util.Calendar cal)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getDate
- 例外:
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
- 例外:
java.sql.SQLException
getDouble
public double getDouble(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getDouble
- 例外:
java.sql.SQLException
getDouble
public double getDouble(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getDouble
- 例外:
java.sql.SQLException
getFloat
public float getFloat(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getFloat
- 例外:
java.sql.SQLException
getFloat
public float getFloat(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getFloat
- 例外:
java.sql.SQLException
getInt
public int getInt(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getInt
- 例外:
java.sql.SQLException
getInt
public int getInt(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getInt
- 例外:
java.sql.SQLException
getLong
public long getLong(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getLong
- 例外:
java.sql.SQLException
getLong
public long getLong(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getLong
- 例外:
java.sql.SQLException
getObject
public java.lang.Object getObject(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getObject
- 例外:
java.sql.SQLException
getObject
public java.lang.Object getObject(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getObject
- 例外:
java.sql.SQLException
getObject
public java.lang.Object getObject(int arg0,
java.util.Map arg1)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getObject
- 例外:
java.sql.SQLException
getObject
public java.lang.Object getObject(java.lang.String arg0,
java.util.Map arg1)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getObject
- 例外:
java.sql.SQLException
getRef
public java.sql.Ref getRef(int i)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getRef
- 例外:
java.sql.SQLException
getRef
public java.sql.Ref getRef(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getRef
- 例外:
java.sql.SQLException
getShort
public short getShort(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getShort
- 例外:
java.sql.SQLException
getShort
public short getShort(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getShort
- 例外:
java.sql.SQLException
getString
public java.lang.String getString(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getString
- 例外:
java.sql.SQLException
getString
public java.lang.String getString(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getString
- 例外:
java.sql.SQLException
getTime
public java.sql.Time getTime(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getTime
- 例外:
java.sql.SQLException
getTime
public java.sql.Time getTime(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getTime
- 例外:
java.sql.SQLException
getTime
public java.sql.Time getTime(int parameterIndex,
java.util.Calendar cal)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getTime
- 例外:
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
- 例外:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getTimestamp
- 例外:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getTimestamp
- 例外:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp(int parameterIndex,
java.util.Calendar cal)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getTimestamp
- 例外:
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
- 例外:
java.sql.SQLException
getURL
public java.net.URL getURL(int parameterIndex)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getURL
- 例外:
java.sql.SQLException
getURL
public java.net.URL getURL(java.lang.String parameterName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の getURL
- 例外:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(int parameterIndex,
int sqlType)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の registerOutParameter
- 例外:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(java.lang.String parameterName,
int sqlType)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の registerOutParameter
- 例外:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の registerOutParameter
- 例外:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(int paramIndex,
int sqlType,
java.lang.String typeName)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の registerOutParameter
- 例外:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(java.lang.String parameterName,
int sqlType,
int scale)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の registerOutParameter
- 例外:
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
- 例外:
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
- 例外:
java.sql.SQLException
setBigDecimal
public void setBigDecimal(java.lang.String parameterName,
java.math.BigDecimal x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setBigDecimal
- 例外:
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
- 例外:
java.sql.SQLException
setBoolean
public void setBoolean(java.lang.String parameterName,
boolean x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setBoolean
- 例外:
java.sql.SQLException
setByte
public void setByte(java.lang.String parameterName,
byte x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setByte
- 例外:
java.sql.SQLException
setBytes
public void setBytes(java.lang.String parameterName,
byte[] x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setBytes
- 例外:
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
- 例外:
java.sql.SQLException
setDate
public void setDate(java.lang.String parameterName,
java.sql.Date x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setDate
- 例外:
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
- 例外:
java.sql.SQLException
setDouble
public void setDouble(java.lang.String parameterName,
double x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setDouble
- 例外:
java.sql.SQLException
setFloat
public void setFloat(java.lang.String parameterName,
float x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setFloat
- 例外:
java.sql.SQLException
setInt
public void setInt(java.lang.String parameterName,
int x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setInt
- 例外:
java.sql.SQLException
setLong
public void setLong(java.lang.String parameterName,
long x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setLong
- 例外:
java.sql.SQLException
setNull
public void setNull(java.lang.String parameterName,
int sqlType)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setNull
- 例外:
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
- 例外:
java.sql.SQLException
setObject
public void setObject(java.lang.String parameterName,
java.lang.Object x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setObject
- 例外:
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
- 例外:
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
- 例外:
java.sql.SQLException
setShort
public void setShort(java.lang.String parameterName,
short x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setShort
- 例外:
java.sql.SQLException
setString
public void setString(java.lang.String parameterName,
java.lang.String x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setString
- 例外:
java.sql.SQLException
setTime
public void setTime(java.lang.String parameterName,
java.sql.Time x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setTime
- 例外:
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
- 例外:
java.sql.SQLException
setTimestamp
public void setTimestamp(java.lang.String parameterName,
java.sql.Timestamp x)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setTimestamp
- 例外:
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
- 例外:
java.sql.SQLException
setURL
public void setURL(java.lang.String parameterName,
java.net.URL val)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の setURL
- 例外:
java.sql.SQLException
wasNull
public boolean wasNull()
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.CallableStatement
内の wasNull
- 例外:
java.sql.SQLException
Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.