public interface StatementContext
| Modifier and Type | Method and Description |
|---|---|
LinkedList<String> |
collect(String key)
Collects all values matching a key.
|
LinkedList<String[]> |
collectTuples(String key)
Collects all tuples matching a key.
|
String |
get(String key)
Get a value matching the key.
|
String[] |
getTuple(String key)
Get a tuple matching the key.
|
String |
resolve(String key)
Resolves a value matching the key.
|
String[] |
resolveTuple(String key)
Resolves a tuple matching the key.
|
String get(String key)
key - String[] getTuple(String key)
key - String resolve(String key)
key - String[] resolveTuple(String key)
key - LinkedList<String> collect(String key)
key - LinkedList<String[]> collectTuples(String key)
key - Copyright © 2016 JBoss by Red Hat. All rights reserved.