Uses of Class
org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
-
Packages that use SqlMetaSqlFragment.Type Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlMetaSqlFragment.Type in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMetaSqlFragment.Type Modifier and Type Field Description private SqlMetaSqlFragment.TypeSqlProcessContext. sqlFragmentTypeThe type of the META SQL fragment.(package private) SqlMetaSqlFragment.TypeSqlMetaSqlFragment. typeThe type if this element.Methods in org.sqlproc.engine.impl that return SqlMetaSqlFragment.Type Modifier and Type Method Description static SqlMetaSqlFragment.TypeSqlMetaSqlFragment.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlMetaSqlFragment.Type[]SqlMetaSqlFragment.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sqlproc.engine.impl with parameters of type SqlMetaSqlFragment.Type Modifier and Type Method Description voidSqlProcessContext. setSqlFragmentType(SqlMetaSqlFragment.Type sqlFragmentType)Sets the type of the META SQL fragment.Constructors in org.sqlproc.engine.impl with parameters of type SqlMetaSqlFragment.Type Constructor Description SqlMetaSqlFragment(SqlMetaSqlFragment.Type type)Creates a new instance.
-