Uses of Class
org.sqlproc.engine.impl.SqlMetaStatement.Type

Packages that use SqlMetaStatement.Type
org.sqlproc.engine The public part of the SQL Processor implementation. 
org.sqlproc.engine.impl The private part of the SQL Processor implementation. 
 

Uses of SqlMetaStatement.Type in org.sqlproc.engine
 

Methods in org.sqlproc.engine with parameters of type SqlMetaStatement.Type
 String SqlProcedureEngine.getSql(Object dynamicInputValues, Object staticInputValues, SqlMetaStatement.Type statementType)
          Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
 String SqlCrudEngine.getSql(Object dynamicInputValues, Object staticInputValues, SqlMetaStatement.Type statementType)
          Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.
 

Uses of SqlMetaStatement.Type in org.sqlproc.engine.impl
 

Fields in org.sqlproc.engine.impl declared as SqlMetaStatement.Type
(package private)  SqlMetaStatement.Type SqlProcessContext.sqlStatementType
          The SQL command type.
 

Methods in org.sqlproc.engine.impl that return SqlMetaStatement.Type
 SqlMetaStatement.Type SqlProcessContext.getSqlStatementType()
           
static SqlMetaStatement.Type SqlMetaStatement.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SqlMetaStatement.Type[] SqlMetaStatement.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 SqlMetaStatement.Type
 SqlProcessResult SqlMetaStatement.process(SqlMetaStatement.Type sqlStatementType, Object dynamicInputValues, Object staticInputValues, List<SqlOrder> order, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          The main contract for a dynamic ANSI SQL Query generation.
 

Constructors in org.sqlproc.engine.impl with parameters of type SqlMetaStatement.Type
SqlProcessContext(SqlMetaStatement.Type sqlStatementType, Object dynamicInputValues, Object staticInputValues, List<SqlOrder> order, Map<String,Object> features, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory)
          Creates a new instance.
 



Copyright © 2013. All Rights Reserved.