Appreciate your response , The thing is my code used to use Data.java by extending it. I used the WriteValue and putting the customized values into the database. So I am still looking the way to replicate it in this new library .
So is there a way to replicate it ? Thanks. On Tuesday, July 12, 2022 at 11:26:33 AM UTC+5:30 Evgenij Ryazanov wrote: > Hello. > > No, there are no direct replacements. You cannot rely on internals of H2, > they aren't expected to be used by applications. > > This method was used internally by removed PageStore backend. MVStore > backend uses ValueDataType instead (and it also isn't a part of API). > ValueDataType uses different encoding, so it cannot read or write values > in format used by PageStore. > -- 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/6643cd4d-e2a9-4e17-bd0c-9ac47af9f9f1n%40googlegroups.com.
