[jOOQ/jOOQ#9436] Add Meta.apply(Queries)

This commit is contained in:
Lukas Eder 2019-10-23 17:06:45 +02:00
parent 33478d4b91
commit fa90a4f936
2 changed files with 15 additions and 0 deletions

View File

@ -229,6 +229,15 @@ public interface Meta extends Scope {

View File

@ -58,6 +58,7 @@ import org.jooq.Schema;
import org.jooq.Sequence;
import org.jooq.Table;
import org.jooq.UniqueKey;
import org.jooq.exception.DataAccessException;
import org.jooq.util.xml.jaxb.InformationSchema;
/**
@ -303,6 +304,11 @@ abstract class AbstractMeta extends AbstractScope implements Meta, Serializable
// [#9396] TODO Fix this. Subclasses should not need to override this to get
// correct results
@Override