Uses of Class
migratedb.v1.core.internal.jdbc.JdbcNullTypes
-
Packages that use JdbcNullTypes Package Description migratedb.v1.core.internal.jdbc Private API. -
-
Uses of JdbcNullTypes in migratedb.v1.core.internal.jdbc
Methods in migratedb.v1.core.internal.jdbc that return JdbcNullTypes Modifier and Type Method Description static JdbcNullTypesJdbcNullTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static JdbcNullTypes[]JdbcNullTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-