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。