Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
准备 SQL 语句。
public PreparedStatement prepareStatement( String sql, String persistName )
sql 要准备的 SQL 语句。
persistName 返回的 PreparedStatement 对象的永久名称。
如果成功,则返回预准备语句对象。否则,为 NULL。