pub fn ST_PointN<ls, n>(
    ls: ls,
    n: n
) -> ST_PointN<<ls as AsExpression<LineString>>::Expression, <n as AsExpression<Integer>>::Expression> where
    ls: AsExpression<LineString>,
    n: AsExpression<Integer>, 
Expand description

Represents the MySQL ST_PointN function