Uses of Class
org.sqlproc.engine.impl.SqlProcessor.StatementType
-
Packages that use SqlProcessor.StatementType Package Description org.sqlproc.engine.impl The private part of the SQL Processor implementation. -
-
Uses of SqlProcessor.StatementType in org.sqlproc.engine.impl
Methods in org.sqlproc.engine.impl that return SqlProcessor.StatementType Modifier and Type Method Description static SqlProcessor.StatementTypeSqlProcessor.StatementType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlProcessor.StatementType[]SqlProcessor.StatementType. 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 SqlProcessor.StatementType Modifier and Type Method Description Map<String,SqlMetaStatement>SqlProcessor. getMetaStatements(SqlProcessor.StatementType type)Returns the collection of the META SQL statements.
-