62,621
社区成员
发帖
与我相关
我的任务
分享1开始。。。。
* @param parameterIndex the first parameter is 1, the second is 2, ...
* @param x the parameter value
* @exception SQLException if parameterIndex does not correspond to a parameter
* marker in the SQL statement; if a database access error occurs or
* this method is called on a closed <code>PreparedStatement</code>
*/
void setString(int parameterIndex, String x) throws SQLException;