Subject | Re: INSERT INTO Multiple Tables |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-03-25T05:51:50Z |
> Hmmmm...is there a way to set input parameters an a StorableOnly methods related to JDBC 3.0 are not implemented. Note,
> Procedure using JayBird? It seems like none of the
> CallableStatement.set???? methods have been implemented.
CallableStatement is subclass of PreparedStatement, so all
PreparedStatement.setXXX methods are available in CallableStatement
too.
Best regards,
Roman Rokytskyy