
SetTime(int index, Time value) This method sets the specified parameter from the given Java SetString(int index, String value) This method sets the specified parameter from the given Java SetShort(int index, short value) This method sets the specified parameter from the given Java SetRef(int index, Ref value) This method sets the specified parameter from the given Java SetObject(int index, Object value, int sqlType, int scale) This method sets the specified parameter from the given Java SetObject(int index, Object value, int sqlType) This method sets the specified parameter from the given Java SetObject(int index, Object value) This method sets the specified parameter from the given Java SetNull(int index, int sqlType, String typeName) This method populates the specified parameter with a SQL NULL value SetNull(int index, int sqlType) This method populates the specified parameter with a SQL NULL value SetLong(int index, long value) This method sets the specified parameter from the given Java SetInt(int index, int value) This method sets the specified parameter from the given Java SetFloat(int index, float value) This method sets the specified parameter from the given Java SetDouble(int index, double value) This method sets the specified parameter from the given Java

SetDate(int index, Date value, Calendar cal) This method sets the specified parameter from the given Java SetDate(int index, Date value) This method sets the specified parameter from the given Java SetClob(int index, Clob value) This method sets the specified parameter from the given Java SetCharacterStream(int index, Reader reader, int count) This method sets the specified parameter from the given Java SetBytes(int index, byte value) This method sets the specified parameter from the given Java SetByte(int index, byte value) This method sets the specified parameter from the given Java SetBoolean(int index, boolean value) This method sets the specified parameter from the given Java SetBlob(int index, Blob value) This method sets the specified parameter from the given Java SetBinaryStream(int index, InputStream stream, int count) This method sets the specified parameter from the given Java SetBigDecimal(int index, BigDecimal value) This method sets the specified parameter from the given Java SetAsciiStream(int index, InputStream stream, int count) This method sets the specified parameter from the given Java SetArray(int index, Array value) This method sets the specified parameter from the given Java PreparedStatement (see ParameterMetaData for aĭetailed description of the provided information). GetParameterMetaData() Returns information about the parameters set on this GetMetaData() This method returns meta data for the result set from this statement.
#Java setdate preparedstatement update
StatementĬLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFOĪddBatch() This method adds a set of parameters to the batch for JDBC 2.0.ĬlearParameters() This method clears all of the input parameter that have beenĮxecute() This method executes a prepared SQL query.ĮxecuteQuery() This method executes a prepared SQL query and returns its ResultSet.ĮxecuteUpdate() This method executes an SQL INSERT, UPDATE or DELETE statement. Throws Throws: inherited from interface java.sql.


