Class CalciteConnectionImpl.CalciteServerImpl

    • Constructor Detail

      • CalciteServerImpl

        private CalciteServerImpl()
    • Method Detail

      • removeStatement

        public void removeStatement​(org.apache.calcite.avatica.Meta.StatementHandle h)
        Specified by:
        removeStatement in interface CalciteServer
      • getStatement

        public CalciteServerStatement getStatement​(org.apache.calcite.avatica.Meta.StatementHandle h)
                                            throws org.apache.calcite.avatica.NoSuchStatementException
        Description copied from interface: CalciteServer
        Returns the statement with a given handle.
        Specified by:
        getStatement in interface CalciteServer
        Parameters:
        h - Statement handle
        Returns:
        Statement, never null
        Throws:
        org.apache.calcite.avatica.NoSuchStatementException - if handle does not represent a statement