Uses of Enum Class
org.sqlproc.engine.impl.SqlMetaStatement.Type
Packages that use SqlMetaStatement.Type
Package
Description
The public part of the SQL Processor implementation.
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.TypeModifier and TypeMethodDescriptionSqlCrudEngine.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.SqlCrudEngine.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.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.SqlProcedureEngine.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.TypeModifier and TypeFieldDescriptionprivate SqlMetaStatement.TypeSqlProcessContext.sqlStatementTypeThe SQL command type.Methods in org.sqlproc.engine.impl that return SqlMetaStatement.TypeModifier and TypeMethodDescription(package private) SqlMetaStatement.TypeSqlProcessContext.getSqlStatementType()Returns the SQL command type.static SqlMetaStatement.TypeReturns the enum constant of this class with the specified name.static SqlMetaStatement.Type[]SqlMetaStatement.Type.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 SqlMetaStatement.TypeModifier and TypeMethodDescriptionSqlMetaStatement.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.TypeModifierConstructorDescription(package private)SqlProcessContext(SqlMetaStatement.Type sqlStatementType, Object dynamicInputValues, SqlControl sqlControl, SqlEngine sqlEngine) Creates a new instance.