Interface CallableStatementCreator

    • Method Detail

      • createCallableStatement

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