Lines Matching refs:a
9 * with the License. You may obtain a copy of the License at
41 SDBC provides a stored procedure SQL escape that allows stored procedures
42 to be called in a standard way for all RDBMSs. This escape syntax has one
43 form that includes a result parameter and one that does not. If used, the
55 should be used for a user-named or REF output parameter. Examples
61 Before executing a stored procedure call, you must explicitly
68 For a user-named parameter the fully-qualified SQL type name of the
69 parameter should also be given, while a REF parameter requires that the
76 this method may be used to register a parameter of any SDBC type.
77 If the parameter does not have a user-named or REF type, the
94 if a database access error occurs.
106 OUT parameters must be registered before a stored procedure is executed.
130 if a database access error occurs.