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