public abstract class SQLBridgeBase extends Object implements SQLBridge
| Modifier and Type | Method and Description |
|---|---|
QueryIterator |
assembleResults(ResultSetJDBC rs,
Binding binding,
ExecutionContext execCxt)
Process a JDBC result set
|
void |
build()
Actually build the bridge
|
SqlNode |
getSqlNode()
Get the (possibly altered) SqlNode
|
public final void build()
SQLBridgepublic final QueryIterator assembleResults(ResultSetJDBC rs, Binding binding, ExecutionContext execCxt)
SQLBridgeassembleResults in interface SQLBridgepublic SqlNode getSqlNode()
SQLBridgegetSqlNode in interface SQLBridgeLicenced under the Apache License, Version 2.0