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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonConnectionClose(org.apache.calcite.avatica.AvaticaConnection c) voidonConnectionInit(org.apache.calcite.avatica.AvaticaConnection c) voidonStatementClose(org.apache.calcite.avatica.AvaticaStatement statement) voidonStatementExecute(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:
onConnectionInitin interfaceorg.apache.calcite.avatica.Handler
-
onConnectionClose
public void onConnectionClose(org.apache.calcite.avatica.AvaticaConnection c) throws RuntimeException - Specified by:
onConnectionClosein 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:
onStatementExecutein interfaceorg.apache.calcite.avatica.Handler- Throws:
RuntimeException
-
onStatementClose
public void onStatementClose(org.apache.calcite.avatica.AvaticaStatement statement) throws RuntimeException - Specified by:
onStatementClosein interfaceorg.apache.calcite.avatica.Handler- Throws:
RuntimeException
-