Polyglot SQL API Documentation - v0.1.0
    Preparing search index...

    Interface ParseResult

    Result of a parse operation

    interface ParseResult {
        ast?: any;
        error?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    ast?: any
    error?: string
    success: boolean