Hi,
I need to develop a table function with those two signatures :
A. SELECT * FROM myTableFunction(select * from tata);
B. SELECT * FROM myTableFunction('tata');
in my mind, the first input for the signature A is a resultset and the
second one a string. So to implement this in H2 (due to function parameter
count constraint) I use an Object as the first input and therefore a
instanceof to identify the good object.
However, with this approach the H2 function parser returns the error
message "Hexadecimal string with odd number of characters".
So my question : Is there a way to use a select statement as an argument
with a function table ?
Best regards.
Erwan Bocher
--
Atelier SIG - RISING platform
Institut de recherche en sciences et techniques de la ville
École Centrale de Nantes
BP 92101
1 rue de la Noë, 44321 NANTES Cedex 3
France
Tél : 02 40 37 68 67
http://www.irstv.fr/
Regards,
Erwan
--
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/groups/opt_out.