Uses of Class
org.sqlproc.engine.impl.SqlProcessor.FeatureType
-
Packages that use SqlProcessor.FeatureType Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlProcessor.FeatureType in org.sqlproc.engine.impl
Methods in org.sqlproc.engine.impl that return SqlProcessor.FeatureType Modifier and Type Method Description static SqlProcessor.FeatureTypeSqlProcessor.FeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlProcessor.FeatureType[]SqlProcessor.FeatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-