Uses of Class
org.hpccsystems.commons.utils.Utils.EclTypes
-
Packages that use Utils.EclTypes Package Description org.hpccsystems.commons.utils Provides useful utilities in support of Java client interaction with HPCC Systems instances. -
-
Uses of Utils.EclTypes in org.hpccsystems.commons.utils
Methods in org.hpccsystems.commons.utils that return Utils.EclTypes Modifier and Type Method Description static Utils.EclTypesUtils.EclTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static Utils.EclTypes[]Utils.EclTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.commons.utils with parameters of type Utils.EclTypes Modifier and Type Method Description static intUtils. convertECLtypeCode2SQLtype(Utils.EclTypes ecltype)Translates an ecltype element to sql type int (java.sql.Types value)
-