接口 CallableStatementCreator

    • 方法详细资料

      • createCallableStatement

        CallableStatement createCallableStatement​(Connection con)
                                           throws SQLException
        Create a callable statement in this connection. Allows implementations to use CallableStatements.
        参数:
        con - Connection to use to create statement
        返回:
        a callable statement
        抛出:
        SQLException - there is no need to catch SQLExceptions that may be thrown in the implementation of this method. The JdbcTemplate class will handle them.