public interface SQLBridge
Modifier and Type | Method and Description |
---|---|
QueryIterator |
assembleResults(ResultSetJDBC jdbcResultSet,
Binding binding,
ExecutionContext execCtl)
Process a JDBC result set
|
void |
build()
Actually build the bridge
|
SqlNode |
getSqlNode()
Get the (possibly altered) SqlNode
|
void build()
SqlNode getSqlNode()
QueryIterator assembleResults(ResultSetJDBC jdbcResultSet, Binding binding, ExecutionContext execCtl)
Licenced under the Apache License, Version 2.0