1 |
public void
setInt(int paramIndex, int value)
|
Sets the integer value to the given parameter index. |
2 |
public void
setString(int paramIndex, String value)
|
Sets the String value to the given parameter index. |
3 |
public void
setFloat(int paramIndex, float value)
|
Sets the float value to the given parameter index.
|
4 |
public void
setDouble(int paramIndex, double value)
|
Sets the double value to the given parameter index. |
5 |
public int executeUpdate()
|
Executes the query. It is used for create, drop, insert, update, delete etc. |
6 |
public ResultSet executeQuery()
|
Executes the select query. It returns an instance of ResultSet. |