[jOOQ/jOOQ#9436] Add Meta.apply(Queries)
This commit is contained in:
parent
33478d4b91
commit
fa90a4f936
@ -229,6 +229,15 @@ public interface Meta extends Scope {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user