Uses of Enum Class
org.sqlproc.engine.impl.SqlMetaLogOperator.Type
Packages that use SqlMetaLogOperator.Type
-
Uses of SqlMetaLogOperator.Type in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMetaLogOperator.TypeModifier and TypeFieldDescriptionprivate SqlMetaLogOperator.TypeSqlMetaLogOperator.typeThe type of the logical operator.Methods in org.sqlproc.engine.impl that return SqlMetaLogOperator.TypeModifier and TypeMethodDescription(package private) SqlMetaLogOperator.TypeSqlMetaLogOperator.getType()Returns the type of the logical operator.static SqlMetaLogOperator.TypeReturns the enum constant of this class with the specified name.static SqlMetaLogOperator.Type[]SqlMetaLogOperator.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sqlproc.engine.impl with parameters of type SqlMetaLogOperator.TypeModifierConstructorDescription(package private)Creates a new instance.