Hi, No, but you could write your own JDBC driver that internally calls this JDBC driver.
Regards, Thomas On Thursday, July 30, 2015, Nicholas Whitehead <[email protected]> wrote: > Is there any way to specify JDBC connection properties when creating a > linked table ? > I am trying to link to an Apache Phoenix database. A basic table is > created with no issue, but I really need to create the link with a SQL > statement. > However, the SQL statement uses a Phoenix User Defined Function and they > are disallowed unless the connection is made with the connection property > *phoenix.functions.allowUserDefinedFunctions=true*. > > Thanks ! > > //Nicholas > > -- > 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] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- 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.
