Uses of Class
org.sqlproc.engine.impl.SqlMetaLogOperator.Type
-
Packages that use SqlMetaLogOperator.Type Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlMetaLogOperator.Type in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMetaLogOperator.Type Modifier and Type Field Description private SqlMetaLogOperator.TypeSqlMetaLogOperator. typeThe type of the logical operator.Methods in org.sqlproc.engine.impl that return SqlMetaLogOperator.Type Modifier and Type Method Description (package private) SqlMetaLogOperator.TypeSqlMetaLogOperator. getType()Returns the type of the logical operator.static SqlMetaLogOperator.TypeSqlMetaLogOperator.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlMetaLogOperator.Type[]SqlMetaLogOperator.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sqlproc.engine.impl with parameters of type SqlMetaLogOperator.Type Constructor Description SqlMetaLogOperator(SqlMetaLogOperator.Type type)Creates a new instance.
-