Hm... ok. What about documenting internal classes as such then? The Javdoc for the *public* Value says:
* This is the base class for all value classes. * It provides conversion and comparison methods. Gary On Saturday, February 23, 2019 at 8:44:44 AM UTC-5, Evgenij Ryazanov wrote: > > Hello. > > You should not use internals of H2 unless you're ready that they can be > changed or removed in any version without a warning. > > This method was removed intentionally. You can try to use > Value.getResult()` instead, but it returns an instance of > org.h2.api.ResultInterface that also is not a part of stable API. > -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
