• A Point is a 0-dimensional geometry that represents a single location in coordinate space.

    Type Parameters

    • TName extends string

    Parameters

    Returns PgCustomColumnBuilder<{
        columnType: "PgCustomColumn";
        data: Point;
        dataType: "custom";
        driverParam: string;
        enumValues: undefined;
        name: TName;
    }>

Generated using TypeDoc