|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object com.lavans.util.jdbc.bind.BindPreparedStatement
public class BindPreparedStatement
フィールドの概要 |
---|
インタフェース java.sql.Statement から継承されたフィールド |
---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
コンストラクタの概要 | |
---|---|
BindPreparedStatement(java.sql.Connection con,
java.lang.String sql)
コンストラクタ。 |
メソッドの概要 | |
---|---|
void |
addBatch()
|
void |
addBatch(java.lang.String sql)
|
void |
cancel()
|
void |
clearBatch()
|
void |
clearParameters()
|
void |
clearWarnings()
|
void |
close()
|
boolean |
execute()
|
boolean |
execute(java.lang.String sql)
|
boolean |
execute(java.lang.String sql,
int autoGeneratedKeys)
|
boolean |
execute(java.lang.String sql,
int[] columnIndexes)
|
boolean |
execute(java.lang.String sql,
java.lang.String[] columnNames)
|
int[] |
executeBatch()
|
java.sql.ResultSet |
executeQuery()
|
java.sql.ResultSet |
executeQuery(java.lang.String sql)
|
int |
executeUpdate()
|
int |
executeUpdate(java.lang.String sql)
|
int |
executeUpdate(java.lang.String sql,
int autoGeneratedKeys)
|
int |
executeUpdate(java.lang.String sql,
int[] columnIndexes)
|
int |
executeUpdate(java.lang.String sql,
java.lang.String[] columnNames)
|
java.sql.Connection |
getConnection()
|
int |
getFetchDirection()
|
int |
getFetchSize()
|
java.sql.ResultSet |
getGeneratedKeys()
|
int |
getMaxFieldSize()
|
int |
getMaxRows()
|
java.sql.ResultSetMetaData |
getMetaData()
|
boolean |
getMoreResults()
|
boolean |
getMoreResults(int current)
|
java.sql.ParameterMetaData |
getParameterMetaData()
|
int |
getQueryTimeout()
|
java.sql.ResultSet |
getResultSet()
|
int |
getResultSetConcurrency()
|
int |
getResultSetHoldability()
|
int |
getResultSetType()
|
int |
getUpdateCount()
|
java.sql.SQLWarning |
getWarnings()
|
void |
setArray(int i,
java.sql.Array x)
|
void |
setAsciiStream(int parameterIndex,
java.io.InputStream x,
int length)
|
void |
setBigDecimal(int parameterIndex,
java.math.BigDecimal x)
|
void |
setBinaryStream(int parameterIndex,
java.io.InputStream x,
int length)
|
void |
setBlob(int i,
java.sql.Blob x)
|
void |
setBoolean(int parameterIndex,
boolean x)
|
void |
setBoolean(java.lang.String key,
boolean x)
パラメータ名での設定(boolean)。 |
void |
setByte(int parameterIndex,
byte x)
|
void |
setByte(java.lang.String key,
byte x)
パラメータ名での設定(byte)。 |
void |
setBytes(int parameterIndex,
byte[] x)
|
void |
setBytes(java.lang.String key,
byte[] x)
パラメータ名での設定(byte[])。 |
void |
setCharacterStream(int parameterIndex,
java.io.Reader reader,
int length)
|
void |
setClob(int i,
java.sql.Clob x)
|
void |
setCursorName(java.lang.String name)
|
void |
setDate(int parameterIndex,
java.sql.Date x)
|
void |
setDate(int parameterIndex,
java.sql.Date x,
java.util.Calendar cal)
|
void |
setDate(java.lang.String key,
java.sql.Date x)
パラメータ名での設定(java.sql.Date)。 |
void |
setDouble(int parameterIndex,
double x)
|
void |
setDouble(java.lang.String key,
double x)
パラメータ名での設定(double)。 |
void |
setEscapeProcessing(boolean enable)
|
void |
setFetchDirection(int direction)
|
void |
setFetchSize(int rows)
|
void |
setFloat(int parameterIndex,
float x)
|
void |
setFloat(java.lang.String key,
float x)
パラメータ名での設定(float)。 |
void |
setInt(int parameterIndex,
int x)
|
void |
setInt(java.lang.String key,
int x)
パラメータ名での設定(int)。 |
void |
setLong(int parameterIndex,
long x)
|
void |
setLong(java.lang.String key,
long x)
パラメータ名での設定(long)。 |
void |
setMaxFieldSize(int max)
|
void |
setMaxRows(int max)
|
void |
setNull(int parameterIndex,
int sqlType)
|
void |
setNull(int paramIndex,
int sqlType,
java.lang.String typeName)
|
void |
setNull(java.lang.String key,
int sqlType)
パラメータ名での設定(null)。 |
void |
setObject(int parameterIndex,
java.lang.Object x)
|
void |
setObject(int parameterIndex,
java.lang.Object x,
int targetSqlType)
|
void |
setObject(int parameterIndex,
java.lang.Object x,
int targetSqlType,
int scale)
|
void |
setQueryTimeout(int seconds)
|
void |
setRef(int i,
java.sql.Ref x)
|
void |
setShort(int parameterIndex,
short x)
|
void |
setShort(java.lang.String key,
short x)
パラメータ名での設定(short)。 |
void |
setString(int parameterIndex,
java.lang.String x)
|
void |
setString(java.lang.String key,
java.lang.String x)
パラメータ名での設定(String)。 |
void |
setTime(int parameterIndex,
java.sql.Time x)
|
void |
setTime(int parameterIndex,
java.sql.Time x,
java.util.Calendar cal)
|
void |
setTime(java.lang.String key,
java.sql.Time x)
パラメータ名での設定(java.sql.Time)。 |
void |
setTimestamp(int parameterIndex,
java.sql.Timestamp x)
|
void |
setTimestamp(int parameterIndex,
java.sql.Timestamp x,
java.util.Calendar cal)
|
void |
setTimestamp(java.lang.String key,
java.sql.Timestamp x)
パラメータ名での設定(java.sql.Timestamp)。 |
void |
setUnicodeStream(int parameterIndex,
java.io.InputStream x,
int length)
推奨されていません。 |
void |
setURL(int parameterIndex,
java.net.URL x)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BindPreparedStatement(java.sql.Connection con, java.lang.String sql) throws java.sql.SQLException
st
-
java.sql.SQLException
メソッドの詳細 |
---|
public void setString(java.lang.String key, java.lang.String x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setInt(java.lang.String key, int x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setByte(java.lang.String key, byte x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setFloat(java.lang.String key, float x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setDouble(java.lang.String key, double x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setNull(java.lang.String key, int sqlType) throws java.sql.SQLException
key
- sqlType
-
java.sql.SQLException
public void setLong(java.lang.String key, long x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setShort(java.lang.String key, short x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setBoolean(java.lang.String key, boolean x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setBytes(java.lang.String key, byte[] x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setDate(java.lang.String key, java.sql.Date x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setTime(java.lang.String key, java.sql.Time x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public void setTimestamp(java.lang.String key, java.sql.Timestamp x) throws java.sql.SQLException
key
- x
-
java.sql.SQLException
public java.sql.ResultSet executeQuery() throws java.sql.SQLException
java.sql.PreparedStatement
内の executeQuery
java.sql.SQLException
public int executeUpdate() throws java.sql.SQLException
java.sql.PreparedStatement
内の executeUpdate
java.sql.SQLException
public boolean execute() throws java.sql.SQLException
java.sql.PreparedStatement
内の execute
java.sql.SQLException
public void addBatch() throws java.sql.SQLException
java.sql.PreparedStatement
内の addBatch
java.sql.SQLException
public void clearParameters() throws java.sql.SQLException
java.sql.PreparedStatement
内の clearParameters
java.sql.SQLException
public void setByte(int parameterIndex, byte x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setByte
java.sql.SQLException
public void setDouble(int parameterIndex, double x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setDouble
java.sql.SQLException
public void setFloat(int parameterIndex, float x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setFloat
java.sql.SQLException
public void setInt(int parameterIndex, int x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setInt
java.sql.SQLException
public void setNull(int parameterIndex, int sqlType) throws java.sql.SQLException
java.sql.PreparedStatement
内の setNull
java.sql.SQLException
public void setLong(int parameterIndex, long x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setLong
java.sql.SQLException
public void setShort(int parameterIndex, short x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setShort
java.sql.SQLException
public void setBoolean(int parameterIndex, boolean x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setBoolean
java.sql.SQLException
public void setBytes(int parameterIndex, byte[] x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setBytes
java.sql.SQLException
public void setAsciiStream(int parameterIndex, java.io.InputStream x, int length) throws java.sql.SQLException
java.sql.PreparedStatement
内の setAsciiStream
java.sql.SQLException
public void setBinaryStream(int parameterIndex, java.io.InputStream x, int length) throws java.sql.SQLException
java.sql.PreparedStatement
内の setBinaryStream
java.sql.SQLException
public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) throws java.sql.SQLException
java.sql.PreparedStatement
内の setUnicodeStream
java.sql.SQLException
PreparedStatement.setUnicodeStream(int, java.io.InputStream, int)
public void setCharacterStream(int parameterIndex, java.io.Reader reader, int length) throws java.sql.SQLException
java.sql.PreparedStatement
内の setCharacterStream
java.sql.SQLException
public void setObject(int parameterIndex, java.lang.Object x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setObject
java.sql.SQLException
public void setObject(int parameterIndex, java.lang.Object x, int targetSqlType) throws java.sql.SQLException
java.sql.PreparedStatement
内の setObject
java.sql.SQLException
public void setObject(int parameterIndex, java.lang.Object x, int targetSqlType, int scale) throws java.sql.SQLException
java.sql.PreparedStatement
内の setObject
java.sql.SQLException
public void setNull(int paramIndex, int sqlType, java.lang.String typeName) throws java.sql.SQLException
java.sql.PreparedStatement
内の setNull
java.sql.SQLException
public void setString(int parameterIndex, java.lang.String x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setString
java.sql.SQLException
public void setBigDecimal(int parameterIndex, java.math.BigDecimal x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setBigDecimal
java.sql.SQLException
public void setURL(int parameterIndex, java.net.URL x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setURL
java.sql.SQLException
public void setArray(int i, java.sql.Array x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setArray
java.sql.SQLException
public void setBlob(int i, java.sql.Blob x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setBlob
java.sql.SQLException
public void setClob(int i, java.sql.Clob x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setClob
java.sql.SQLException
public void setDate(int parameterIndex, java.sql.Date x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setDate
java.sql.SQLException
public java.sql.ParameterMetaData getParameterMetaData() throws java.sql.SQLException
java.sql.PreparedStatement
内の getParameterMetaData
java.sql.SQLException
public void setRef(int i, java.sql.Ref x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setRef
java.sql.SQLException
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
java.sql.PreparedStatement
内の getMetaData
java.sql.SQLException
public void setTime(int parameterIndex, java.sql.Time x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setTime
java.sql.SQLException
public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws java.sql.SQLException
java.sql.PreparedStatement
内の setTimestamp
java.sql.SQLException
public void setDate(int parameterIndex, java.sql.Date x, java.util.Calendar cal) throws java.sql.SQLException
java.sql.PreparedStatement
内の setDate
java.sql.SQLException
public void setTime(int parameterIndex, java.sql.Time x, java.util.Calendar cal) throws java.sql.SQLException
java.sql.PreparedStatement
内の setTime
java.sql.SQLException
public void setTimestamp(int parameterIndex, java.sql.Timestamp x, java.util.Calendar cal) throws java.sql.SQLException
java.sql.PreparedStatement
内の setTimestamp
java.sql.SQLException
public java.sql.ResultSet executeQuery(java.lang.String sql) throws java.sql.SQLException
java.sql.Statement
内の executeQuery
java.sql.SQLException
Statement.executeQuery(java.lang.String)
public int executeUpdate(java.lang.String sql) throws java.sql.SQLException
java.sql.Statement
内の executeUpdate
java.sql.SQLException
Statement.executeUpdate(java.lang.String)
public int executeUpdate(java.lang.String sql, int autoGeneratedKeys) throws java.sql.SQLException
java.sql.Statement
内の executeUpdate
java.sql.SQLException
Statement.executeUpdate(java.lang.String, int)
public int executeUpdate(java.lang.String sql, int[] columnIndexes) throws java.sql.SQLException
java.sql.Statement
内の executeUpdate
java.sql.SQLException
Statement.executeUpdate(java.lang.String, int[])
public int executeUpdate(java.lang.String sql, java.lang.String[] columnNames) throws java.sql.SQLException
java.sql.Statement
内の executeUpdate
java.sql.SQLException
Statement.executeUpdate(java.lang.String, java.lang.String[])
public boolean execute(java.lang.String sql, int autoGeneratedKeys) throws java.sql.SQLException
java.sql.Statement
内の execute
java.sql.SQLException
Statement.execute(java.lang.String, int)
public boolean execute(java.lang.String sql) throws java.sql.SQLException
java.sql.Statement
内の execute
java.sql.SQLException
Statement.execute(java.lang.String)
public boolean execute(java.lang.String sql, int[] columnIndexes) throws java.sql.SQLException
java.sql.Statement
内の execute
java.sql.SQLException
Statement.execute(java.lang.String, int[])
public boolean execute(java.lang.String sql, java.lang.String[] columnNames) throws java.sql.SQLException
java.sql.Statement
内の execute
java.sql.SQLException
Statement.execute(java.lang.String, java.lang.String[])
public int getFetchDirection() throws java.sql.SQLException
java.sql.Statement
内の getFetchDirection
java.sql.SQLException
public int getFetchSize() throws java.sql.SQLException
java.sql.Statement
内の getFetchSize
java.sql.SQLException
public int getMaxFieldSize() throws java.sql.SQLException
java.sql.Statement
内の getMaxFieldSize
java.sql.SQLException
public int getMaxRows() throws java.sql.SQLException
java.sql.Statement
内の getMaxRows
java.sql.SQLException
public int getQueryTimeout() throws java.sql.SQLException
java.sql.Statement
内の getQueryTimeout
java.sql.SQLException
public int getResultSetConcurrency() throws java.sql.SQLException
java.sql.Statement
内の getResultSetConcurrency
java.sql.SQLException
public int getResultSetHoldability() throws java.sql.SQLException
java.sql.Statement
内の getResultSetHoldability
java.sql.SQLException
public int getResultSetType() throws java.sql.SQLException
java.sql.Statement
内の getResultSetType
java.sql.SQLException
public int getUpdateCount() throws java.sql.SQLException
java.sql.Statement
内の getUpdateCount
java.sql.SQLException
public void cancel() throws java.sql.SQLException
java.sql.Statement
内の cancel
java.sql.SQLException
public void clearBatch() throws java.sql.SQLException
java.sql.Statement
内の clearBatch
java.sql.SQLException
public void clearWarnings() throws java.sql.SQLException
java.sql.Statement
内の clearWarnings
java.sql.SQLException
public void close() throws java.sql.SQLException
java.sql.Statement
内の close
java.sql.SQLException
public boolean getMoreResults() throws java.sql.SQLException
java.sql.Statement
内の getMoreResults
java.sql.SQLException
public int[] executeBatch() throws java.sql.SQLException
java.sql.Statement
内の executeBatch
java.sql.SQLException
public void setFetchDirection(int direction) throws java.sql.SQLException
java.sql.Statement
内の setFetchDirection
java.sql.SQLException
public void setFetchSize(int rows) throws java.sql.SQLException
java.sql.Statement
内の setFetchSize
java.sql.SQLException
public void setMaxFieldSize(int max) throws java.sql.SQLException
java.sql.Statement
内の setMaxFieldSize
java.sql.SQLException
public void setMaxRows(int max) throws java.sql.SQLException
java.sql.Statement
内の setMaxRows
java.sql.SQLException
public void setQueryTimeout(int seconds) throws java.sql.SQLException
java.sql.Statement
内の setQueryTimeout
java.sql.SQLException
public boolean getMoreResults(int current) throws java.sql.SQLException
java.sql.Statement
内の getMoreResults
java.sql.SQLException
public void setEscapeProcessing(boolean enable) throws java.sql.SQLException
java.sql.Statement
内の setEscapeProcessing
java.sql.SQLException
public void addBatch(java.lang.String sql) throws java.sql.SQLException
java.sql.Statement
内の addBatch
java.sql.SQLException
public void setCursorName(java.lang.String name) throws java.sql.SQLException
java.sql.Statement
内の setCursorName
java.sql.SQLException
public java.sql.Connection getConnection() throws java.sql.SQLException
java.sql.Statement
内の getConnection
java.sql.SQLException
public java.sql.ResultSet getGeneratedKeys() throws java.sql.SQLException
java.sql.Statement
内の getGeneratedKeys
java.sql.SQLException
public java.sql.ResultSet getResultSet() throws java.sql.SQLException
java.sql.Statement
内の getResultSet
java.sql.SQLException
public java.sql.SQLWarning getWarnings() throws java.sql.SQLException
java.sql.Statement
内の getWarnings
java.sql.SQLException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |