Requirements and restrictions for named parameters in a CallableStatement
HCL OneDB™ JDBC
Driver has
the following requirements and restrictions for named parameters in
a CallableStatement:
- Parameters for the CallableStatement must be specified by either name or by the ordinal format within a single invocation of a routine. If you name a parameter for one argument, for example, you must use parameter names for all of the arguments.
- Named parameters are not supported for a remote CallableStatement.
- Support for named parameters is subject to existing limitations for calling stored procedures.