Uses of Class
org.sqlproc.engine.impl.SqlMetaStatement.Type
-
Packages that use SqlMetaStatement.Type Package Description 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 Modifier and Type Method Description StringSqlCrudEngine. 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.StringSqlCrudEngine. getSql(Object dynamicInputValues, SqlControl sqlControl, SqlMetaStatement.Type statementType)Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.StringSqlProcedureEngine. 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.StringSqlProcedureEngine. getSql(Object dynamicInputValues, SqlControl sqlControl, SqlMetaStatement.Type statementType)Because SQL Processor is Data Driven Query engine, every input parameters can produce in fact different SQL statement command.protected SqlProcessResultSqlEngine. process(SqlMetaStatement.Type sqlStatementType, Object dynamicInputValues, SqlControl sqlControl)The main contract for a dynamic ANSI SQL Query generation. -
Uses of SqlMetaStatement.Type in org.sqlproc.engine.impl
Fields in org.sqlproc.engine.impl declared as SqlMetaStatement.Type Modifier and Type Field Description private SqlMetaStatement.TypeSqlProcessContext. sqlStatementTypeThe SQL command type.Methods in org.sqlproc.engine.impl that return SqlMetaStatement.Type Modifier and Type Method Description (package private) SqlMetaStatement.TypeSqlProcessContext. getSqlStatementType()Returns the SQL command type.static SqlMetaStatement.TypeSqlMetaStatement.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 Modifier and Type Method Description SqlProcessResultSqlMetaStatement. process(SqlMetaStatement.Type sqlStatementType, Object dynamicInputValues, SqlControl sqlControl, SqlEngine sqlEngine)The main contract for a dynamic ANSI SQL Query generation.Constructors in org.sqlproc.engine.impl with parameters of type SqlMetaStatement.Type Constructor Description SqlProcessContext(SqlMetaStatement.Type sqlStatementType, Object dynamicInputValues, SqlControl sqlControl, SqlEngine sqlEngine)Creates a new instance.
-