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()
SQLBridge
public final QueryIterator assembleResults(ResultSetJDBC rs, Binding binding, ExecutionContext execCxt)
SQLBridge
assembleResults
in interface SQLBridge
public SqlNode getSqlNode()
SQLBridge
getSqlNode
in interface SQLBridge
Licenced under the Apache License, Version 2.0