Module org.jooq
Package org.jooq.impl

Interface QOM.StPointN<T extends Spatial>

All Superinterfaces:
Field<T>, FieldOrConstraint, FieldOrRow, FieldOrRowOrSelect, GroupField, Named, OrderField<T>, QueryPart, SelectField<T>, SelectFieldOrAsterisk, Serializable, TableElement, Typed<T>
Enclosing class:
QOM

@Pro public static interface QOM.StPointN<T extends Spatial> extends Field<T>
The ST POINTN function.

Get the Nth point of a spatial value.

  • Method Details

    • $value

      @NotNull @NotNull Field<T> $value()
      The spatial value whose Nth point to find
    • $position

      @NotNull @NotNull Field<? extends Number> $position()
      The 1-based position
    • $value

      @NotNull @NotNull QOM.StPointN<T> $value(Field<T> value)
      The spatial value whose Nth point to find
    • $position

      @NotNull @NotNull QOM.StPointN<T> $position(Field<? extends Number> position)
      The 1-based position