Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
为 SQL 语句中由 ordinal 参数定义的主机变量设置 java.util.Date。
void PreparedStatement.set( int ordinal, java.util.Date value ) throws ULjException
ordinal 以 1 为基数的整数,表示 SQL 语句中排序的主机变量。
value 要设置的值。