Uses of Class
net.anwiba.database.oracle.OracleType
-
Packages that use OracleType Package Description net.anwiba.database.oracle -
-
Uses of OracleType in net.anwiba.database.oracle
Methods in net.anwiba.database.oracle that return OracleType Modifier and Type Method Description static OracleTypeOracleType. getByName(java.lang.String name)static OracleTypeOracleType. getType(int code)static OracleTypeOracleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OracleType[]OracleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-