Class DrillHandler

java.lang.Object
org.apache.drill.jdbc.impl.DrillHandler
All Implemented Interfaces:
org.apache.calcite.avatica.Handler

public class DrillHandler extends Object implements 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DrillHandler

      public DrillHandler()
  • Method Details

    • onConnectionInit

      public void onConnectionInit(org.apache.calcite.avatica.AvaticaConnection c)
      Specified by:
      onConnectionInit in interface org.apache.calcite.avatica.Handler
    • onConnectionClose

      public void onConnectionClose(org.apache.calcite.avatica.AvaticaConnection c) throws RuntimeException
      Specified by:
      onConnectionClose in interface org.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 interface org.apache.calcite.avatica.Handler
      Throws:
      RuntimeException
    • onStatementClose

      public void onStatementClose(org.apache.calcite.avatica.AvaticaStatement statement) throws RuntimeException
      Specified by:
      onStatementClose in interface org.apache.calcite.avatica.Handler
      Throws:
      RuntimeException