Subject | Re: CallableStatement.getParameterMetaData() fails |
---|---|
Author | trefork |
Post date | 2005-03-04T20:15:53Z |
--- In Firebird-Java@yahoogroups.com, "trefork" <nilskp@g...> wrote:
standard usage of most other drivers is to make a call to the server
to get the information, the logic being that if someone already knows
the status of the parameters, they would most likely not ask for the
metadata.
Nils
> According to the JDBC spec, I don't believe that callingReading the spec, I don't see any mention of this either way, but the
> registerOutParam(int, int) is a requirement for getParameterMetaData()
> to work. Am I wrong?
standard usage of most other drivers is to make a call to the server
to get the information, the logic being that if someone already knows
the status of the parameters, they would most likely not ask for the
metadata.
Nils