Package org.apache.drill.jdbc.impl
Class DrillHandler
java.lang.Object
org.apache.drill.jdbc.impl.DrillHandler
- All Implemented Interfaces:
org.apache.calcite.avatica.Handler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.calcite.avatica.Handler
org.apache.calcite.avatica.Handler.ResultSink
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Constructor Details
-
DrillHandler
public DrillHandler()
-
-
Method Details
-
onConnectionInit
public void onConnectionInit(org.apache.calcite.avatica.AvaticaConnection c) - Specified by:
onConnectionInit
in interfaceorg.apache.calcite.avatica.Handler
-
onConnectionClose
public void onConnectionClose(org.apache.calcite.avatica.AvaticaConnection c) throws RuntimeException - Specified by:
onConnectionClose
in interfaceorg.apache.calcite.avatica.Handler
- Throws:
RuntimeException
-
onStatementExecute
public void onStatementExecute(org.apache.calcite.avatica.AvaticaStatement statement, org.apache.calcite.avatica.Handler.ResultSink resultSink) throws RuntimeException - Specified by:
onStatementExecute
in interfaceorg.apache.calcite.avatica.Handler
- Throws:
RuntimeException
-
onStatementClose
public void onStatementClose(org.apache.calcite.avatica.AvaticaStatement statement) throws RuntimeException - Specified by:
onStatementClose
in interfaceorg.apache.calcite.avatica.Handler
- Throws:
RuntimeException
-