Subject Re: INSERT INTO Multiple Tables
Author Roman Rokytskyy
> Hmmmm...is there a way to set input parameters an a Storable
> Procedure using JayBird? It seems like none of the
> CallableStatement.set???? methods have been implemented.

Only methods related to JDBC 3.0 are not implemented. Note,
CallableStatement is subclass of PreparedStatement, so all
PreparedStatement.setXXX methods are available in CallableStatement
too.

Best regards,
Roman Rokytskyy