Uses of Class
migratedb.core.internal.database.base.Type
-
Packages that use Type Package Description migratedb.core.internal.database.base Private API.migratedb.core.internal.database.db2 Private API.migratedb.core.internal.database.postgresql Private API.migratedb.core.internal.database.redshift Private API. -
-
Uses of Type in migratedb.core.internal.database.base
Methods in migratedb.core.internal.database.base that return Type Modifier and Type Method Description protected Type<?,?>[]BaseSchema. allTypes()Retrieves all the types in this schema.protected Type<?,?>BaseSchema. getType(String typeName)Retrieves the type with this name in this schema. -
Uses of Type in migratedb.core.internal.database.db2
Subclasses of Type in migratedb.core.internal.database.db2 Modifier and Type Class Description classDB2TypeDb2-specific type.Methods in migratedb.core.internal.database.db2 that return Type Modifier and Type Method Description protected Type<?,?>DB2Schema. getType(String typeName) -
Uses of Type in migratedb.core.internal.database.postgresql
Subclasses of Type in migratedb.core.internal.database.postgresql Modifier and Type Class Description classPostgreSQLTypePostgreSQL-specific type.Methods in migratedb.core.internal.database.postgresql that return Type Modifier and Type Method Description protected Type<?,?>PostgreSQLSchema. getType(String typeName) -
Uses of Type in migratedb.core.internal.database.redshift
Subclasses of Type in migratedb.core.internal.database.redshift Modifier and Type Class Description classRedshiftTypePostgreSQL-specific type.Methods in migratedb.core.internal.database.redshift that return Type Modifier and Type Method Description protected Type<?,?>RedshiftSchema. getType(String typeName)
-