Uses of Class
org.sqlproc.engine.impl.SqlProcessor.StatementType

Packages that use SqlProcessor.StatementType
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
static SqlProcessor.StatementType SqlProcessor.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
 Map<String,SqlMetaStatement> SqlProcessor.getMetaStatements(SqlProcessor.StatementType type)
          Returns the collection of the META SQL statements.
 



Copyright © 2014. All rights reserved.