Uses of Enum Class
org.sqlproc.engine.impl.SqlProcessor.StatementType
Packages that use SqlProcessor.StatementType
-
Uses of SqlProcessor.StatementType in org.sqlproc.engine.impl
Subclasses with type arguments of type SqlProcessor.StatementType in org.sqlproc.engine.implModifier and TypeClassDescriptionstatic enumThe META SQL statement type.Methods in org.sqlproc.engine.impl that return SqlProcessor.StatementTypeModifier and TypeMethodDescriptionstatic SqlProcessor.StatementTypeReturns the enum constant of this class with the specified name.static SqlProcessor.StatementType[]SqlProcessor.StatementType.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 SqlProcessor.StatementTypeModifier and TypeMethodDescriptionSqlProcessor.getMetaStatements(SqlProcessor.StatementType type) Returns the collection of the META SQL statements.