Skip to content

QueryContainer

QueryContainer is an abstraction of SQL statements with a query.

Contract

getQuery

Query getQuery()

Query

Used when:

getQueryId

Optional<String> getQueryId()

Used when:

getSink

Sink getSink()

Sink to write the result of this query to

Used when:

Implementations