public class QueryPipe extends Object implements Sink<String>
| Constructor and Description |
|---|
QueryPipe(QueryEngine queryEngine,
Sink<RippleList> resultSink) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ModelConnection |
getConnection() |
void |
put(InputStream input) |
void |
put(String expr)
Passes a data item into the
Sink |
public QueryPipe(QueryEngine queryEngine, Sink<RippleList> resultSink) throws RippleException
RippleExceptionpublic ModelConnection getConnection()
public void close()
throws RippleException
RippleExceptionpublic void put(InputStream input) throws RippleException
RippleExceptionpublic void put(String expr) throws RippleException
SinkSinkput in interface Sink<String>expr - the data item being passedRippleException - if a data handling error occorsCopyright © 2007-2012 fortytwo.net. All Rights Reserved.