| http://www.w3.org/ns/prov#value | - java.sql.PreparedStatement void set Xxx (int n, Xxx x) ( Xxx is a type such as int , double , String , Date , etc.) sets the value of the n-th parameter to x . void clearParameters() clears all current parameters in the prepared statement.
|