Uses of Class
org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
Packages that use JDBCTypes Package Description org.eclipse.persistence.platform.database.jdbc -
-
Uses of JDBCTypes in org.eclipse.persistence.platform.database.jdbc
Methods in org.eclipse.persistence.platform.database.jdbc that return JDBCTypes Modifier and Type Method Description static JDBCTypesJDBCTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static JDBCTypes[]JDBCTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-