public class DrillHandler extends Object implements org.apache.calcite.avatica.Handler
| Constructor and Description |
|---|
DrillHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionClose(org.apache.calcite.avatica.AvaticaConnection c) |
void |
onConnectionInit(org.apache.calcite.avatica.AvaticaConnection c) |
void |
onStatementClose(org.apache.calcite.avatica.AvaticaStatement statement) |
void |
onStatementExecute(org.apache.calcite.avatica.AvaticaStatement statement,
org.apache.calcite.avatica.Handler.ResultSink resultSink) |
public void onConnectionInit(org.apache.calcite.avatica.AvaticaConnection c)
onConnectionInit in interface org.apache.calcite.avatica.Handlerpublic void onConnectionClose(org.apache.calcite.avatica.AvaticaConnection c)
throws RuntimeException
onConnectionClose in interface org.apache.calcite.avatica.HandlerRuntimeExceptionpublic void onStatementExecute(org.apache.calcite.avatica.AvaticaStatement statement,
org.apache.calcite.avatica.Handler.ResultSink resultSink)
throws RuntimeException
onStatementExecute in interface org.apache.calcite.avatica.HandlerRuntimeExceptionpublic void onStatementClose(org.apache.calcite.avatica.AvaticaStatement statement)
throws RuntimeException
onStatementClose in interface org.apache.calcite.avatica.HandlerRuntimeExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.