|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.lang.String |
SqlCrudEngine.getSql(java.lang.Object dynamicInputValues,
java.lang.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 | |
|---|---|
static SqlMetaStatement.Type |
SqlMetaStatement.Type.valueOf(java.lang.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,
java.lang.Object dynamicInputValues,
java.lang.Object staticInputValues,
java.util.List<SqlOrder> order,
java.util.Map<java.lang.String,java.lang.Object> features)
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,
java.lang.Object dynamicInputValues,
java.util.List<SqlOrder> order,
java.util.Map<java.lang.String,java.lang.Object> features)
Creates a new instance with empty static input values. |
|
SqlProcessContext(SqlMetaStatement.Type sqlStatementType,
java.lang.Object dynamicInputValues,
java.lang.Object staticInputValues,
java.util.List<SqlOrder> order,
java.util.Map<java.lang.String,java.lang.Object> features)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||