|
Change Attribute Type tables : List<Table<?>> to tables : List<InformationSchemaTable> in class org.jooq.impl.InformationSchemaMetaImpl |
From |
To |
|
Change Attribute Type schemasByName : Map<String,Schema> to schemasByName : Map<Name,Schema> in class org.jooq.impl.InformationSchemaMetaImpl |
From |
To |
|
Change Attribute Type tablesByName : Map<String,Table<?>> to tablesByName : Map<Name,InformationSchemaTable> in class org.jooq.impl.InformationSchemaMetaImpl |
From |
To |
|
Change Attribute Type tablesPerSchema : Map<Schema,List<Table<?>>> to tablesPerSchema : Map<Schema,List<InformationSchemaTable>> in class org.jooq.impl.InformationSchemaMetaImpl |
From |
To |