On Thursday, 31 December 2020 at 21:52:10 UTC+8 bocher wrote:
> I have a doubt on how to define the fetch_size from the create linked
> table signature. What do you think about adding an option like this
>
> CREATE LINKED TABLE LINK('org.h2.Driver', 'jdbc:h2:./test2',
> 'sa', 'sa', 'TEST', parameters);
>
I think it isn't possible without unwanted incompatible changes in syntax
of CREATE LINKED TABLE command.
https://h2database.com/html/commands.html#create_linked_table
This command already accepts 5 or 6 parameters.
It would be better to specify the new additional parameters of Connection
and Statement outside of these parentheses.
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/h2-database/a971f657-be35-4497-b20c-01710f9168c4n%40googlegroups.com.