jooq/jOOQ-meta-extensions
Knut Wannheden 147345304b [jOOQ/jOOQ#8986] New DSLContext#meta(Source...) API
Adds a new internal `DSLContext#meta(Source...)` API which can be used to construct a `Meta` object for a list of DDL scripts (similarly to the existing `DDLDatabase`), but for other use cases such as the `Parser`.

This new method uses the new internal `Source` abstraction to represent a DDL script, which can be constructed using any of the existing static `of()` factory methods or optionally by a custom implementation class.
2019-08-27 21:11:30 +02:00
..
src/main [jOOQ/jOOQ#8986] New DSLContext#meta(Source...) API 2019-08-27 21:11:30 +02:00
.gitignore
LICENSE.txt [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:14:26 +01:00
NOTICE.txt [jOOQ/jOOQ#8615] Missing NOTICE file from commons-lang 2019-05-21 12:23:17 +02:00
pom.xml [jOOQ/jOOQ#8986] New DSLContext#meta(Source...) API 2019-08-27 21:11:30 +02:00