Hi, > Is there any high-level documentation
No, unfortunately not yet. But I will create documentation. Tell me what you need. > or any kind of searchable javadocs? You can create more complete javadocs yourself using ./build.sh javadocImpl The build is documented at: http://www.h2database.com/html/build.html There are some guidelines on how to provide patches: http://www.h2database.com/html/build.html#providing_patches > For example, as of right now I don't know a good > way to find the system's query parser, except just digging through all > the classes until I see something "query parser"-ish. The main class is 'Parser'. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
