Uses of Class
org.sqlproc.engine.impl.SqlMetaAndOr.Type
-
Packages that use SqlMetaAndOr.Type Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlMetaAndOr.Type in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMetaAndOr.Type Modifier and Type Field Description (package private) SqlMetaAndOr.TypeSqlMetaAndOr. typeThe type if this element.Methods in org.sqlproc.engine.impl that return SqlMetaAndOr.Type Modifier and Type Method Description static SqlMetaAndOr.TypeSqlMetaAndOr.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlMetaAndOr.Type[]SqlMetaAndOr.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 SqlMetaAndOr.Type Constructor Description SqlMetaAndOr(SqlMetaAndOr.Type type)Creates a new instance.
-