Uses of Enum Class
org.sqlproc.engine.impl.SqlMetaSqlFragment.Type
Packages that use SqlMetaSqlFragment.Type
-
Uses of SqlMetaSqlFragment.Type in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMetaSqlFragment.TypeModifier and TypeFieldDescriptionprivate 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.TypeModifier and TypeMethodDescriptionstatic SqlMetaSqlFragment.TypeReturns the enum constant of this class with the specified name.static SqlMetaSqlFragment.Type[]SqlMetaSqlFragment.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sqlproc.engine.impl with parameters of type SqlMetaSqlFragment.TypeModifier and TypeMethodDescriptionvoidSqlProcessContext.setSqlFragmentType(SqlMetaSqlFragment.Type sqlFragmentType) Sets the type of the META SQL fragment.Constructors in org.sqlproc.engine.impl with parameters of type SqlMetaSqlFragment.TypeModifierConstructorDescription(package private)Creates a new instance.