setBigDecimal
public void setBigDecimal(PreparedStatement ps,
int idx,
BigDecimal o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setBigInteger
public void setBigInteger(PreparedStatement ps,
int idx,
BigInteger o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setBoolean
public void setBoolean(PreparedStatement ps,
int idx,
boolean o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setByte
public void setByte(PreparedStatement ps,
int idx,
byte o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setByteArray
public void setByteArray(PreparedStatement ps,
int idx,
byte[] o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setChar
public void setChar(PreparedStatement ps,
int idx,
char o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setCharArray
public void setCharArray(PreparedStatement ps,
int idx,
char[] o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setDate
public void setDate(PreparedStatement ps,
int idx,
Date o,
String columnType)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setDouble
public void setDouble(PreparedStatement ps,
int idx,
double o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setFloat
public void setFloat(PreparedStatement ps,
int idx,
float o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setInt
public void setInt(PreparedStatement ps,
int idx,
int o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setLong
public void setLong(PreparedStatement ps,
int idx,
long o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setNull
public void setNull(PreparedStatement ps,
int idx,
int sqlType)
throws SQLException
Assignes a null value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatementsqlType
- is the type of the column
setOboolean
public void setOboolean(PreparedStatement ps,
int idx,
Boolean o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setObyte
public void setObyte(PreparedStatement ps,
int idx,
Byte o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setOchar
public void setOchar(PreparedStatement ps,
int idx,
Character o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setOdouble
public void setOdouble(PreparedStatement ps,
int idx,
Double o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setOfloat
public void setOfloat(PreparedStatement ps,
int idx,
Float o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setOint
public void setOint(PreparedStatement ps,
int idx,
Integer o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setOlong
public void setOlong(PreparedStatement ps,
int idx,
Long o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setOshort
public void setOshort(PreparedStatement ps,
int idx,
Short o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setSerialized
public void setSerialized(PreparedStatement ps,
int idx,
Serializable o)
throws SQLException,
IOException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setShort
public void setShort(PreparedStatement ps,
int idx,
short o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign
setString
public void setString(PreparedStatement ps,
int idx,
String o)
throws SQLException
Assignes a value into a PreparedStatement
ps
- is the PreparedStatementidx
- is the index of the the value in the PreparedStatemento
- is the value to assign