prorm API Reference
    Preparing search index...

    Interface DataTypeGeometry

    A spatial value (point, polygon and so on), with an optional SRID.

    interface DataTypeGeometry {
        toSql?: () => string;
        key: "GEOMETRY";
        type: string;
        srid?: number;
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "GEOMETRY"
    type: string
    srid?: number