@Target(value=METHOD) @Retention(value=RUNTIME) public @interface OutParameter
@SqlCall
annotated method.
Note that you *must* include the parameter name in the SQL text to
ensure that the binding is activated, this is a limitation that
may be fixed at a future date.
Example usage, using PostgreSQL call syntax:
{@code handle.execute("CREATE FUNCTION set100(OUT outparam INT) AS $$ BEGIN outparam \\:= 100; END; $$ LANGUAGE plpgsql");
public abstract String name
Copyright © 2018. All rights reserved.