Uses of Class
org.sqlproc.engine.impl.SqlMetaLogOperator.Type

Packages that use SqlMetaLogOperator.Type
org.sqlproc.engine.impl   
 

Uses of SqlMetaLogOperator.Type in org.sqlproc.engine.impl
 

Fields in org.sqlproc.engine.impl declared as SqlMetaLogOperator.Type
private  SqlMetaLogOperator.Type SqlMetaLogOperator.type
          The type of the logical operator.
 

Methods in org.sqlproc.engine.impl that return SqlMetaLogOperator.Type
(package private)  SqlMetaLogOperator.Type SqlMetaLogOperator.getType()
          Returns the type of the logical operator.
static SqlMetaLogOperator.Type SqlMetaLogOperator.Type.valueOf(java.lang.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
SqlMetaLogOperator(SqlMetaLogOperator.Type type)
          Creates a new instance.
 



Copyright © 2010. All Rights Reserved.