I'm not sure to understand. 
For my use case I cannot rely on any schemas. This is why I use H2 mainly 
to figure out what are the fields to replace with values. H2 can infer it 
when parsing string expressions (ExpressionColumn objects are the fields to 
replace). 

Br,
On Monday, 25 October 2021 at 20:12:08 UTC+2 Noel Grandin wrote:

> Trying to use H2's internals directly is not a good place to start.
> Rather use the JDBC API.
>
> I wouldn't bother setting any parameters initially unless you run into a 
> problem, H2 is pretty fast out the box.
>

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/e81863cf-9ac8-4d01-97ec-ab5738c2e9afn%40googlegroups.com.

Reply via email to