Class SQL

    • Constructor Detail

      • SQL

        public SQL()
    • Method Detail

      • execute

        public void execute​(String line0,
                            String code,
                            JsonNode metadata)
                     throws Exception
        Description copied from interface: Magic
        JShell execution method.
        Parameters:
        line0 - The initial magic line.
        code - The remainder of the cell.
        metadata - The metadata from the Jupyter execute_request.
        Throws:
        Exception