Subject | Re: External procedures: implementation proposal. |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-07-27T16:29:48Z |
> virtual ResultSet* open(Error* error, const* Values input, Values*There is no need to pass pointer to Values for output, since the
> output) = 0;
client in this case would be interested to call only setXXX methods
but not instantiate them.
Roman