TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface SQLTablesResult

    interface SQLTablesResult {
        functions: SQLFunctionInfo[];
        resources: { devices: SQLResourceItem[]; entities: SQLResourceItem[] };
        tables: SQLTableInfo[];
    }
    Index

    Properties

    functions: SQLFunctionInfo[]

    Everything callable in a query, built from the allowlists.

    resources: { devices: SQLResourceItem[]; entities: SQLResourceItem[] }
    tables: SQLTableInfo[]