|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.io.database.DBVariableSupportNodeModel.Resolver
public static final class DBVariableSupportNodeModel.Resolver
Resolver providing methods to parse queries and wrap certain variables.
| Method Summary | |
|---|---|
static String |
parse(String query,
DBVariableSupportNodeModel model)
Parses the given database query and replaces the variables. |
static String |
wrap(FlowVariable var)
Replaces and returns the given flow variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String parse(String query,
DBVariableSupportNodeModel model)
query - SQL query to parsemodel - delegator to to retrieve variables
public static String wrap(FlowVariable var)
var - flow variable to be extended
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||