Toggle navigation
Home
org.jooq.util.SchemaDefinition to org.jooq.util.CatalogDefinition
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'jOOQ'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
LinkedHashMap<SchemaDefinition,String>
to
LinkedHashMap<CatalogDefinition,String>
Rename Variable
schemaVersions
to
catalogVersions
schemaVersions
to
catalogVersions
schemaVersions
to
catalogVersions
schema
to
catalog
Add or Remove Method invocation
schema
to
schema.getCatalog()
schemaVersions
to
catalogVersions.get(catalog)
schema
to
catalogVersions.get(catalog)
schemaVersions.get(schema)
to
catalogVersions
schemaVersions.get(schema)
to
catalog