public class DefaultStatementContext extends Object implements StatementContext
| Constructor and Description |
|---|
DefaultStatementContext() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<String> |
collect(String key) |
LinkedList<String[]> |
collectTuples(String key) |
String |
get(String key) |
String[] |
getTuple(String key) |
String |
resolve(String key) |
String[] |
resolveTuple(String key) |
public String get(String key)
get in interface StatementContextpublic String[] getTuple(String key)
getTuple in interface StatementContextpublic String resolve(String key)
resolve in interface StatementContextpublic String[] resolveTuple(String key)
resolveTuple in interface StatementContextpublic LinkedList<String> collect(String key)
collect in interface StatementContextpublic LinkedList<String[]> collectTuples(String key)
collectTuples in interface StatementContextCopyright © 2017 JBoss by Red Hat. All rights reserved.