Noel,

A good way to handle unsupported features is to throw 
java.sql.SQLFeatureNotSupportedException 
- something like:

throw new java.sql.SQLFeatureNotSupportedException("Feature not supported: 
\"getFunctions\"", "HYC00");


Sualeh.


On Friday, August 22, 2014 2:40:04 AM UTC-4, Noel Grandin wrote:
>
>
>
> On 2014-08-21 04:31 AM, Knut Wannheden wrote: 
> > 
> > Is that something that would be easy to add support for? 
> > 
>
> It's not trivial, but certainly do-able, if you want to have a bash at it. 
>
> Note that even if we added support for this, we would not be able to 
> supply all the metadata, only really the function 
> names and return types, since we are flexible about passing parameters to 
> user-defined functions. 
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to