People:

OK, found it in SQL99:

<SQL parameter declaration> ::=
[ <parameter mode> ] [ <SQL parameter name> ] <parameter type> [ RESULT ]
<parameter mode> ::=
  IN
  | OUT
  | INOUT

... so this is something we need to support, apparently both for Functions and 
Procedures (when we get the latter), in the backend, not just JDBC.  As you 
can imagine, though, SQL03 does nothing to clarify calling rules for IN/OUT 
params.

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to