public class NullCallableStatement extends NullPreparedStatement implements java.sql.CallableStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFOC_BACKSLASH, C_BLOCK_CLOSE, C_BLOCK_OPEN, C_COMMA, C_CR, C_DOUBLE_BYTE_SPACE, C_DOUBLE_QUATATION, C_DOUBLE_QUOTATION, C_EQUAL, C_HYPHEN, C_LF, C_SINGLE_QUATATION, C_SINGLE_QUOTATION, C_SPACE, C_TAB, S_BACKSLASH, S_BLOCK_CLOSE, S_BLOCK_OPEN, S_COMMA, S_CR, S_CRLF, S_DOUBLE_QUATATION, S_DOUBLE_QUOTATION, S_EQUAL, S_HYPHEN, S_LF, S_SINGLE_QUATATION, S_SINGLE_QUOTATION, S_SPACE, S_TAB| コンストラクタと説明 |
|---|
NullCallableStatement() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.sql.Array |
getArray(int i)
Throws SQLException.
|
java.sql.Array |
getArray(java.lang.String parameterName)
Throws SQLException.
|
java.math.BigDecimal |
getBigDecimal(int parameterIndex)
Throws SQLException.
|
java.math.BigDecimal |
getBigDecimal(int parameterIndex,
int scale)
Throws SQLException.
|
java.math.BigDecimal |
getBigDecimal(java.lang.String parameterName)
Throws SQLException.
|
java.sql.Blob |
getBlob(int i)
Throws SQLException.
|
java.sql.Blob |
getBlob(java.lang.String parameterName)
Throws SQLException.
|
boolean |
getBoolean(int parameterIndex)
Throws SQLException.
|
boolean |
getBoolean(java.lang.String parameterName)
Throws SQLException.
|
byte |
getByte(int parameterIndex)
Throws SQLException.
|
byte |
getByte(java.lang.String parameterName)
Throws SQLException.
|
byte[] |
getBytes(int parameterIndex)
Throws SQLException.
|
byte[] |
getBytes(java.lang.String parameterName)
Throws SQLException.
|
java.io.Reader |
getCharacterStream(int parameterIndex)
Throws SQLException.
|
java.io.Reader |
getCharacterStream(java.lang.String parameterName)
Throws SQLException.
|
java.sql.Clob |
getClob(int i)
Throws SQLException.
|
java.sql.Clob |
getClob(java.lang.String parameterName)
Throws SQLException.
|
java.sql.Date |
getDate(int parameterIndex)
Throws SQLException.
|
java.sql.Date |
getDate(int parameterIndex,
java.util.Calendar cal)
Throws SQLException.
|
java.sql.Date |
getDate(java.lang.String parameterName)
Throws SQLException.
|
java.sql.Date |
getDate(java.lang.String parameterName,
java.util.Calendar cal)
Throws SQLException.
|
double |
getDouble(int parameterIndex)
Throws SQLException.
|
double |
getDouble(java.lang.String parameterName)
Throws SQLException.
|
float |
getFloat(int parameterIndex)
Throws SQLException.
|
float |
getFloat(java.lang.String parameterName)
Throws SQLException.
|
int |
getInt(int parameterIndex)
Throws SQLException.
|
int |
getInt(java.lang.String parameterName)
Throws SQLException.
|
long |
getLong(int parameterIndex)
Throws SQLException.
|
long |
getLong(java.lang.String parameterName)
Throws SQLException.
|
java.io.Reader |
getNCharacterStream(int parameterIndex)
Throws SQLException.
|
java.io.Reader |
getNCharacterStream(java.lang.String parameterName)
Throws SQLException.
|
java.sql.NClob |
getNClob(int parameterIndex)
Throws SQLException.
|
java.sql.NClob |
getNClob(java.lang.String parameterName)
Throws SQLException.
|
java.lang.String |
getNString(int parameterIndex)
Throws SQLException.
|
java.lang.String |
getNString(java.lang.String parameterName)
Throws SQLException.
|
java.lang.Object |
getObject(int parameterIndex)
Throws SQLException.
|
<T> T |
getObject(int parameterIndex,
java.lang.Class<T> type) |
java.lang.Object |
getObject(int i,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
Throws SQLException.
|
java.lang.Object |
getObject(java.lang.String parameterName)
Throws SQLException.
|
<T> T |
getObject(java.lang.String parameterName,
java.lang.Class<T> type) |
java.lang.Object |
getObject(java.lang.String parameterName,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
Throws SQLException.
|
java.sql.Ref |
getRef(int i)
Throws SQLException.
|
java.sql.Ref |
getRef(java.lang.String parameterName)
Throws SQLException.
|
java.sql.RowId |
getRowId(int parameterIndex)
Throws SQLException.
|
java.sql.RowId |
getRowId(java.lang.String parameterName)
Throws SQLException.
|
short |
getShort(int parameterIndex)
Throws SQLException.
|
short |
getShort(java.lang.String parameterName)
Throws SQLException.
|
java.sql.SQLXML |
getSQLXML(int parameterIndex)
Throws SQLException.
|
java.sql.SQLXML |
getSQLXML(java.lang.String parameterName)
Throws SQLException.
|
java.lang.String |
getString(int parameterIndex)
Throws SQLException.
|
java.lang.String |
getString(java.lang.String parameterName)
Throws SQLException.
|
java.sql.Time |
getTime(int parameterIndex)
Throws SQLException.
|
java.sql.Time |
getTime(int parameterIndex,
java.util.Calendar cal)
Throws SQLException.
|
java.sql.Time |
getTime(java.lang.String parameterName)
Throws SQLException.
|
java.sql.Time |
getTime(java.lang.String parameterName,
java.util.Calendar cal)
Throws SQLException.
|
java.sql.Timestamp |
getTimestamp(int parameterIndex)
Throws SQLException.
|
java.sql.Timestamp |
getTimestamp(int parameterIndex,
java.util.Calendar cal)
Throws SQLException.
|
java.sql.Timestamp |
getTimestamp(java.lang.String parameterName)
Throws SQLException.
|
java.sql.Timestamp |
getTimestamp(java.lang.String parameterName,
java.util.Calendar cal)
Throws SQLException.
|
java.net.URL |
getURL(int parameterIndex)
Throws SQLException.
|
java.net.URL |
getURL(java.lang.String parameterName)
Throws SQLException.
|
boolean |
isClosed()
Throws SQLException.
|
boolean |
isPoolable()
Throws SQLException.
|
boolean |
isWrapperFor(java.lang.Class<?> iface)
Throws SQLException.
|
void |
registerOutParameter(int parameterIndex,
int sqlType)
Throws SQLException.
|
void |
registerOutParameter(int parameterIndex,
int sqlType,
int scale)
Throws SQLException.
|
void |
registerOutParameter(int paramIndex,
int sqlType,
java.lang.String typeName)
Throws SQLException.
|
void |
registerOutParameter(java.lang.String parameterName,
int sqlType)
Throws SQLException.
|
void |
registerOutParameter(java.lang.String parameterName,
int sqlType,
int scale)
Throws SQLException.
|
void |
registerOutParameter(java.lang.String parameterName,
int sqlType,
java.lang.String typeName)
Throws SQLException.
|
void |
setAsciiStream(int parameterIndex,
java.io.InputStream x)
Throws SQLException.
|
void |
setAsciiStream(int parameterIndex,
java.io.InputStream x,
long length)
Throws SQLException.
|
void |
setAsciiStream(java.lang.String parameterName,
java.io.InputStream x)
Throws SQLException.
|
void |
setAsciiStream(java.lang.String parameterName,
java.io.InputStream x,
int length)
Throws SQLException.
|
void |
setAsciiStream(java.lang.String parameterName,
java.io.InputStream x,
long length)
Throws SQLException.
|
void |
setBigDecimal(java.lang.String parameterName,
java.math.BigDecimal x)
Throws SQLException.
|
void |
setBinaryStream(int parameterIndex,
java.io.InputStream x)
Throws SQLException.
|
void |
setBinaryStream(int parameterIndex,
java.io.InputStream x,
long length)
Throws SQLException.
|
void |
setBinaryStream(java.lang.String parameterName,
java.io.InputStream x)
Throws SQLException.
|
void |
setBinaryStream(java.lang.String parameterName,
java.io.InputStream x,
int length)
Throws SQLException.
|
void |
setBinaryStream(java.lang.String parameterName,
java.io.InputStream x,
long length)
Throws SQLException.
|
void |
setBlob(int parameterIndex,
java.io.InputStream x)
Throws SQLException.
|
void |
setBlob(int parameterIndex,
java.io.InputStream x,
long length)
Throws SQLException.
|
void |
setBlob(java.lang.String parameterName,
java.sql.Blob x)
Throws SQLException.
|
void |
setBlob(java.lang.String parameterName,
java.io.InputStream inputStream)
Throws SQLException.
|
void |
setBlob(java.lang.String parameterName,
java.io.InputStream inputStream,
long length)
Throws SQLException.
|
void |
setBoolean(java.lang.String parameterName,
boolean x)
Throws SQLException.
|
void |
setByte(java.lang.String parameterName,
byte x)
Throws SQLException.
|
void |
setBytes(java.lang.String parameterName,
byte[] x)
Throws SQLException.
|
void |
setCharacterStream(int parameterIndex,
java.io.Reader reader)
Throws SQLException.
|
void |
setCharacterStream(int parameterIndex,
java.io.Reader reader,
long length)
Throws SQLException.
|
void |
setCharacterStream(java.lang.String parameterName,
java.io.Reader reader)
Throws SQLException.
|
void |
setCharacterStream(java.lang.String parameterName,
java.io.Reader reader,
int length)
Throws SQLException.
|
void |
setCharacterStream(java.lang.String parameterName,
java.io.Reader reader,
long length)
Throws SQLException.
|
void |
setClob(int parameterIndex,
java.io.Reader reader)
Throws SQLException.
|
void |
setClob(int parameterIndex,
java.io.Reader reader,
long length)
Throws SQLException.
|
void |
setClob(java.lang.String parameterName,
java.sql.Clob x)
Throws SQLException.
|
void |
setClob(java.lang.String parameterName,
java.io.Reader reader)
Throws SQLException.
|
void |
setClob(java.lang.String parameterName,
java.io.Reader reader,
long length)
Throws SQLException.
|
void |
setDate(java.lang.String parameterName,
java.sql.Date x)
Throws SQLException.
|
void |
setDate(java.lang.String parameterName,
java.sql.Date x,
java.util.Calendar cal)
Throws SQLException.
|
void |
setDouble(java.lang.String parameterName,
double x)
Throws SQLException.
|
void |
setFloat(java.lang.String parameterName,
float x)
Throws SQLException.
|
void |
setInt(java.lang.String parameterName,
int x)
Throws SQLException.
|
void |
setLong(java.lang.String parameterName,
long x)
Throws SQLException.
|
void |
setNCharacterStream(int parameterIndex,
java.io.Reader reader)
Throws SQLException.
|
void |
setNCharacterStream(int parameterIndex,
java.io.Reader reader,
long length)
Throws SQLException.
|
void |
setNCharacterStream(java.lang.String parameterName,
java.io.Reader reader)
Throws SQLException.
|
void |
setNCharacterStream(java.lang.String parameterName,
java.io.Reader reader,
long length)
Throws SQLException.
|
void |
setNClob(int parameterIndex,
java.sql.NClob value)
Throws SQLException.
|
void |
setNClob(int parameterIndex,
java.io.Reader reader)
Throws SQLException.
|
void |
setNClob(int parameterIndex,
java.io.Reader reader,
long length)
Throws SQLException.
|
void |
setNClob(java.lang.String parameterName,
java.sql.NClob value)
Throws SQLException.
|
void |
setNClob(java.lang.String parameterName,
java.io.Reader reader)
Throws SQLException.
|
void |
setNClob(java.lang.String parameterName,
java.io.Reader reader,
long length)
Throws SQLException.
|
void |
setNString(int parameterIndex,
java.lang.String value)
Throws SQLException.
|
void |
setNString(java.lang.String parameterName,
java.lang.String value)
Throws SQLException.
|
void |
setNull(java.lang.String parameterName,
int sqlType)
Throws SQLException.
|
void |
setNull(java.lang.String parameterName,
int sqlType,
java.lang.String typeName)
Throws SQLException.
|
void |
setObject(java.lang.String parameterName,
java.lang.Object x)
Throws SQLException.
|
void |
setObject(java.lang.String parameterName,
java.lang.Object x,
int targetSqlType)
Throws SQLException.
|
void |
setObject(java.lang.String parameterName,
java.lang.Object x,
int targetSqlType,
int scale)
Throws SQLException.
|
void |
setPoolable(boolean poolable)
Throws SQLException.
|
void |
setRowId(int parameterIndex,
java.sql.RowId x)
Throws SQLException.
|
void |
setRowId(java.lang.String parameterName,
java.sql.RowId x)
Throws SQLException.
|
void |
setShort(java.lang.String parameterName,
short x)
Throws SQLException.
|
void |
setSQLXML(int parameterIndex,
java.sql.SQLXML xmlObject)
Throws SQLException.
|
void |
setSQLXML(java.lang.String parameterName,
java.sql.SQLXML xmlObject)
Throws SQLException.
|
void |
setString(java.lang.String parameterName,
java.lang.String x)
Throws SQLException.
|
void |
setTime(java.lang.String parameterName,
java.sql.Time x)
Throws SQLException.
|
void |
setTime(java.lang.String parameterName,
java.sql.Time x,
java.util.Calendar cal)
Throws SQLException.
|
void |
setTimestamp(java.lang.String parameterName,
java.sql.Timestamp x)
Throws SQLException.
|
void |
setTimestamp(java.lang.String parameterName,
java.sql.Timestamp x,
java.util.Calendar cal)
Throws SQLException.
|
void |
setURL(java.lang.String parameterName,
java.net.URL val)
Throws SQLException.
|
<T> T |
unwrap(java.lang.Class<T> iface)
Throws SQLException.
|
boolean |
wasNull()
Throws SQLException.
|
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, setURLaddBatch, 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, isCloseOnCompletion, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeoutclone, debug, debug, equals_n, equals_n2, getBooleanProperty, getBooleanProperty, getGroupedProperties, getIntProperty, getIntProperty, getLog, getLongProperty, getLongProperty, getProperties, getPropertiesForMe, getProperty, getProperty, getShortProperty, getShortProperty, setLog, setNgmObject, setProperties, sysoutprintlnequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setObject, setObjectaddBatch, clearParameters, execute, executeLargeUpdate, 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, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isCloseOnCompletion, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setQueryTimeoutpublic void registerOutParameter(int parameterIndex,
int sqlType)
throws java.sql.SQLException
registerOutParameter インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int parameterIndex,
int sqlType,
int scale)
throws java.sql.SQLException
registerOutParameter インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean wasNull()
throws java.sql.SQLException
wasNull インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getString(int parameterIndex)
throws java.sql.SQLException
getString インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean getBoolean(int parameterIndex)
throws java.sql.SQLException
getBoolean インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic byte getByte(int parameterIndex)
throws java.sql.SQLException
getByte インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic short getShort(int parameterIndex)
throws java.sql.SQLException
getShort インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic int getInt(int parameterIndex)
throws java.sql.SQLException
getInt インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic long getLong(int parameterIndex)
throws java.sql.SQLException
getLong インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic float getFloat(int parameterIndex)
throws java.sql.SQLException
getFloat インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic double getDouble(int parameterIndex)
throws java.sql.SQLException
getDouble インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int parameterIndex,
int scale)
throws java.sql.SQLException
getBigDecimal インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic byte[] getBytes(int parameterIndex)
throws java.sql.SQLException
getBytes インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(int parameterIndex)
throws java.sql.SQLException
getDate インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(int parameterIndex)
throws java.sql.SQLException
getTime インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int parameterIndex)
throws java.sql.SQLException
getTimestamp インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(int parameterIndex)
throws java.sql.SQLException
getObject インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int parameterIndex)
throws java.sql.SQLException
getBigDecimal インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(int i,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
getObject インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Ref getRef(int i)
throws java.sql.SQLException
getRef インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Blob getBlob(int i)
throws java.sql.SQLException
getBlob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Clob getClob(int i)
throws java.sql.SQLException
getClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Array getArray(int i)
throws java.sql.SQLException
getArray インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(int parameterIndex,
java.util.Calendar cal)
throws java.sql.SQLException
getDate インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(int parameterIndex,
java.util.Calendar cal)
throws java.sql.SQLException
getTime インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int parameterIndex,
java.util.Calendar cal)
throws java.sql.SQLException
getTimestamp インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int paramIndex,
int sqlType,
java.lang.String typeName)
throws java.sql.SQLException
registerOutParameter インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String parameterName,
int sqlType)
throws java.sql.SQLException
registerOutParameter インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String parameterName,
int sqlType,
int scale)
throws java.sql.SQLException
registerOutParameter インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String parameterName,
int sqlType,
java.lang.String typeName)
throws java.sql.SQLException
registerOutParameter インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.net.URL getURL(int parameterIndex)
throws java.sql.SQLException
getURL インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setURL(java.lang.String parameterName,
java.net.URL val)
throws java.sql.SQLException
setURL インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNull(java.lang.String parameterName,
int sqlType)
throws java.sql.SQLException
setNull インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBoolean(java.lang.String parameterName,
boolean x)
throws java.sql.SQLException
setBoolean インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setByte(java.lang.String parameterName,
byte x)
throws java.sql.SQLException
setByte インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setShort(java.lang.String parameterName,
short x)
throws java.sql.SQLException
setShort インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setInt(java.lang.String parameterName,
int x)
throws java.sql.SQLException
setInt インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setLong(java.lang.String parameterName,
long x)
throws java.sql.SQLException
setLong インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setFloat(java.lang.String parameterName,
float x)
throws java.sql.SQLException
setFloat インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDouble(java.lang.String parameterName,
double x)
throws java.sql.SQLException
setDouble インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBigDecimal(java.lang.String parameterName,
java.math.BigDecimal x)
throws java.sql.SQLException
setBigDecimal インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setString(java.lang.String parameterName,
java.lang.String x)
throws java.sql.SQLException
setString インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBytes(java.lang.String parameterName,
byte[] x)
throws java.sql.SQLException
setBytes インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDate(java.lang.String parameterName,
java.sql.Date x)
throws java.sql.SQLException
setDate インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTime(java.lang.String parameterName,
java.sql.Time x)
throws java.sql.SQLException
setTime インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTimestamp(java.lang.String parameterName,
java.sql.Timestamp x)
throws java.sql.SQLException
setTimestamp インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setAsciiStream(java.lang.String parameterName,
java.io.InputStream x,
int length)
throws java.sql.SQLException
setAsciiStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBinaryStream(java.lang.String parameterName,
java.io.InputStream x,
int length)
throws java.sql.SQLException
setBinaryStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String parameterName,
java.lang.Object x,
int targetSqlType,
int scale)
throws java.sql.SQLException
setObject インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String parameterName,
java.lang.Object x,
int targetSqlType)
throws java.sql.SQLException
setObject インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String parameterName,
java.lang.Object x)
throws java.sql.SQLException
setObject インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setCharacterStream(java.lang.String parameterName,
java.io.Reader reader,
int length)
throws java.sql.SQLException
setCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDate(java.lang.String parameterName,
java.sql.Date x,
java.util.Calendar cal)
throws java.sql.SQLException
setDate インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTime(java.lang.String parameterName,
java.sql.Time x,
java.util.Calendar cal)
throws java.sql.SQLException
setTime インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTimestamp(java.lang.String parameterName,
java.sql.Timestamp x,
java.util.Calendar cal)
throws java.sql.SQLException
setTimestamp インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNull(java.lang.String parameterName,
int sqlType,
java.lang.String typeName)
throws java.sql.SQLException
setNull インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getString(java.lang.String parameterName)
throws java.sql.SQLException
getString インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean getBoolean(java.lang.String parameterName)
throws java.sql.SQLException
getBoolean インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic byte getByte(java.lang.String parameterName)
throws java.sql.SQLException
getByte インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic short getShort(java.lang.String parameterName)
throws java.sql.SQLException
getShort インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic int getInt(java.lang.String parameterName)
throws java.sql.SQLException
getInt インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic long getLong(java.lang.String parameterName)
throws java.sql.SQLException
getLong インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic float getFloat(java.lang.String parameterName)
throws java.sql.SQLException
getFloat インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic double getDouble(java.lang.String parameterName)
throws java.sql.SQLException
getDouble インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic byte[] getBytes(java.lang.String parameterName)
throws java.sql.SQLException
getBytes インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String parameterName)
throws java.sql.SQLException
getDate インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String parameterName)
throws java.sql.SQLException
getTime インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String parameterName)
throws java.sql.SQLException
getTimestamp インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String parameterName)
throws java.sql.SQLException
getObject インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String parameterName)
throws java.sql.SQLException
getBigDecimal インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String parameterName,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
getObject インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Ref getRef(java.lang.String parameterName)
throws java.sql.SQLException
getRef インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Blob getBlob(java.lang.String parameterName)
throws java.sql.SQLException
getBlob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Clob getClob(java.lang.String parameterName)
throws java.sql.SQLException
getClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Array getArray(java.lang.String parameterName)
throws java.sql.SQLException
getArray インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String parameterName,
java.util.Calendar cal)
throws java.sql.SQLException
getDate インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String parameterName,
java.util.Calendar cal)
throws java.sql.SQLException
getTime インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String parameterName,
java.util.Calendar cal)
throws java.sql.SQLException
getTimestamp インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.net.URL getURL(java.lang.String parameterName)
throws java.sql.SQLException
getURL インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean isClosed()
throws java.sql.SQLException
isClosed インタフェース内 java.sql.StatementisClosed クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic boolean isPoolable()
throws java.sql.SQLException
isPoolable インタフェース内 java.sql.StatementisPoolable クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setPoolable(boolean poolable)
throws java.sql.SQLException
setPoolable インタフェース内 java.sql.StatementsetPoolable クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setAsciiStream(int parameterIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
setAsciiStream インタフェース内 java.sql.PreparedStatementsetAsciiStream クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setAsciiStream(int parameterIndex,
java.io.InputStream x)
throws java.sql.SQLException
setAsciiStream インタフェース内 java.sql.PreparedStatementsetAsciiStream クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setBinaryStream(int parameterIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
setBinaryStream インタフェース内 java.sql.PreparedStatementsetBinaryStream クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setBinaryStream(int parameterIndex,
java.io.InputStream x)
throws java.sql.SQLException
setBinaryStream インタフェース内 java.sql.PreparedStatementsetBinaryStream クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setBlob(int parameterIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
setBlob インタフェース内 java.sql.PreparedStatementsetBlob クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setBlob(int parameterIndex,
java.io.InputStream x)
throws java.sql.SQLException
setBlob インタフェース内 java.sql.PreparedStatementsetBlob クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setCharacterStream(int parameterIndex,
java.io.Reader reader,
long length)
throws java.sql.SQLException
setCharacterStream インタフェース内 java.sql.PreparedStatementsetCharacterStream クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setCharacterStream(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
setCharacterStream インタフェース内 java.sql.PreparedStatementsetCharacterStream クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setClob(int parameterIndex,
java.io.Reader reader,
long length)
throws java.sql.SQLException
setClob インタフェース内 java.sql.PreparedStatementsetClob クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setClob(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
setClob インタフェース内 java.sql.PreparedStatementsetClob クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setNCharacterStream(int parameterIndex,
java.io.Reader reader,
long length)
throws java.sql.SQLException
setNCharacterStream インタフェース内 java.sql.PreparedStatementsetNCharacterStream クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setNCharacterStream(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
setNCharacterStream インタフェース内 java.sql.PreparedStatementsetNCharacterStream クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setNClob(int parameterIndex,
java.sql.NClob value)
throws java.sql.SQLException
setNClob インタフェース内 java.sql.PreparedStatementsetNClob クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setNClob(int parameterIndex,
java.io.Reader reader,
long length)
throws java.sql.SQLException
setNClob インタフェース内 java.sql.PreparedStatementsetNClob クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setNClob(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
setNClob インタフェース内 java.sql.PreparedStatementsetNClob クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setNString(int parameterIndex,
java.lang.String value)
throws java.sql.SQLException
setNString インタフェース内 java.sql.PreparedStatementsetNString クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setRowId(int parameterIndex,
java.sql.RowId x)
throws java.sql.SQLException
setRowId インタフェース内 java.sql.PreparedStatementsetRowId クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic void setSQLXML(int parameterIndex,
java.sql.SQLXML xmlObject)
throws java.sql.SQLException
setSQLXML インタフェース内 java.sql.PreparedStatementsetSQLXML クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic boolean isWrapperFor(java.lang.Class<?> iface)
throws java.sql.SQLException
isWrapperFor インタフェース内 java.sql.WrapperisWrapperFor クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic <T> T unwrap(java.lang.Class<T> iface)
throws java.sql.SQLException
unwrap インタフェース内 java.sql.Wrapperunwrap クラス内 NullPreparedStatementjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(int parameterIndex)
throws java.sql.SQLException
getCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(java.lang.String parameterName)
throws java.sql.SQLException
getCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(int parameterIndex)
throws java.sql.SQLException
getNCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(java.lang.String parameterName)
throws java.sql.SQLException
getNCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.NClob getNClob(int parameterIndex)
throws java.sql.SQLException
getNClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.NClob getNClob(java.lang.String parameterName)
throws java.sql.SQLException
getNClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getNString(int parameterIndex)
throws java.sql.SQLException
getNString インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getNString(java.lang.String parameterName)
throws java.sql.SQLException
getNString インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.RowId getRowId(int parameterIndex)
throws java.sql.SQLException
getRowId インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.RowId getRowId(java.lang.String parameterName)
throws java.sql.SQLException
getRowId インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.SQLXML getSQLXML(int parameterIndex)
throws java.sql.SQLException
getSQLXML インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.SQLXML getSQLXML(java.lang.String parameterName)
throws java.sql.SQLException
getSQLXML インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setAsciiStream(java.lang.String parameterName,
java.io.InputStream x,
long length)
throws java.sql.SQLException
setAsciiStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setAsciiStream(java.lang.String parameterName,
java.io.InputStream x)
throws java.sql.SQLException
setAsciiStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBinaryStream(java.lang.String parameterName,
java.io.InputStream x,
long length)
throws java.sql.SQLException
setBinaryStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBinaryStream(java.lang.String parameterName,
java.io.InputStream x)
throws java.sql.SQLException
setBinaryStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBlob(java.lang.String parameterName,
java.sql.Blob x)
throws java.sql.SQLException
setBlob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBlob(java.lang.String parameterName,
java.io.InputStream inputStream,
long length)
throws java.sql.SQLException
setBlob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBlob(java.lang.String parameterName,
java.io.InputStream inputStream)
throws java.sql.SQLException
setBlob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setCharacterStream(java.lang.String parameterName,
java.io.Reader reader,
long length)
throws java.sql.SQLException
setCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setCharacterStream(java.lang.String parameterName,
java.io.Reader reader)
throws java.sql.SQLException
setCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setClob(java.lang.String parameterName,
java.sql.Clob x)
throws java.sql.SQLException
setClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setClob(java.lang.String parameterName,
java.io.Reader reader,
long length)
throws java.sql.SQLException
setClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setClob(java.lang.String parameterName,
java.io.Reader reader)
throws java.sql.SQLException
setClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNCharacterStream(java.lang.String parameterName,
java.io.Reader reader,
long length)
throws java.sql.SQLException
setNCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNCharacterStream(java.lang.String parameterName,
java.io.Reader reader)
throws java.sql.SQLException
setNCharacterStream インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNClob(java.lang.String parameterName,
java.sql.NClob value)
throws java.sql.SQLException
setNClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNClob(java.lang.String parameterName,
java.io.Reader reader,
long length)
throws java.sql.SQLException
setNClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNClob(java.lang.String parameterName,
java.io.Reader reader)
throws java.sql.SQLException
setNClob インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNString(java.lang.String parameterName,
java.lang.String value)
throws java.sql.SQLException
setNString インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setRowId(java.lang.String parameterName,
java.sql.RowId x)
throws java.sql.SQLException
setRowId インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic void setSQLXML(java.lang.String parameterName,
java.sql.SQLXML xmlObject)
throws java.sql.SQLException
setSQLXML インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic <T> T getObject(int parameterIndex,
java.lang.Class<T> type)
throws java.sql.SQLException
getObject インタフェース内 java.sql.CallableStatementjava.sql.SQLExceptionpublic <T> T getObject(java.lang.String parameterName,
java.lang.Class<T> type)
throws java.sql.SQLException
getObject インタフェース内 java.sql.CallableStatementjava.sql.SQLException