Toggle navigation
Home
org.jooq.Table<?> to org.jooq.impl.InformationSchemaMetaImpl.InformationSchemaTable
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'jOOQ'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
HashMap<Schema,List<Table<?>>>
to
HashMap<Schema,List<InformationSchemaTable>>
HashMap<String,Table<?>>
to
HashMap<Name,InformationSchemaTable>
ArrayList<Table<?>>
to
ArrayList<InformationSchemaTable>
Add or Remove Method invocation
tablesByName.get(xc.getTableName())
to
tablesByName.get(name(xc.getTableCatalog(),xc.getTableSchema(),xc.getTableName()))