public interface Query
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.rx.jdbc.QueryContext |
context()
Returns the query context including
ConnectionProvider and
Scheduler. |
rx.Observable<?> |
depends()
Returns the Observables that have to complete before this query is
started.
|
List<String> |
names()
Returns the list of names corresponding positionally to the ? characters in
the sql.
|
rx.Observable<com.github.davidmoten.rx.jdbc.Parameter> |
parameters()
Returns the parameters for the query in order of appearance as ? markers
in the sql.
|
String |
sql()
Returns the sql statement for this query following JDBC format (? for
parameters for instance).
|
String sql()
List<String> names()
rx.Observable<com.github.davidmoten.rx.jdbc.Parameter> parameters()
rx.Observable<?> depends()
com.github.davidmoten.rx.jdbc.QueryContext context()
ConnectionProvider and
Scheduler.Copyright © 2014–2015. All rights reserved.