jooq/jOOQ/src/main
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
..
java [jOOQ/jOOQ#8986] New DSLContext#meta(Source...) API 2019-08-27 21:11:30 +02:00
resources Added Mustafa Yücel to contributors 2019-07-25 17:22:32 +02:00