Uses of Class
org.jooq.Geometry
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains classes related to the
SQLDialect.ORACLE
dialect family.This package contains classes related to the
SQLDialect.SNOWFLAKE
dialect family.-
Uses of Geometry in org.jooq
-
Uses of Geometry in org.jooq.impl
Modifier and TypeMethodDescriptionQOM.StCentroid.$value()
QOM.StExteriorRing.$value()
QOM.StInteriorRingN.$value()
QOM.StNumInteriorRings.$value()
QOM.StX.$value()
QOM.StY.$value()
QOM.StZ.$value()
Create a bind value that is always inlined.DSL.stCentroid
(Field<Geometry> value) TheST_CENTROID
function.DSL.stCentroid
(Geometry value) TheST_CENTROID
function.DSL.stExteriorRing
(Field<Geometry> value) TheST_EXTERIORRING
function.DSL.stExteriorRing
(Geometry value) TheST_EXTERIORRING
function.DSL.stGeomFromText
(String text) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(String text, int srid) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(String text, Field<? extends Number> srid) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(Field<String> text) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(Field<String> text, int srid) TheST_GEOMFROMTEXT
function.DSL.stGeomFromText
(Field<String> text, Field<? extends Number> srid) TheST_GEOMFROMTEXT
function.DSL.stGeomFromWKB
(byte[] wkb) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(byte[] wkb, int srid) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(byte[] wkb, Field<? extends Number> srid) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(Field<byte[]> wkb) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(Field<byte[]> wkb, int srid) TheST_GEOMFROMWKB
function.DSL.stGeomFromWKB
(Field<byte[]> wkb, Field<? extends Number> srid) TheST_GEOMFROMWKB
function.DSL.stInteriorRingN
(Field<Geometry> value, int position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Field<Geometry> value, Field<? extends Number> position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Geometry value, int position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Geometry value, Field<? extends Number> position) TheST_INTERIORRINGN
function.Get a bind value.A synonym forDSL.val(Geometry)
to be used in Scala and Groovy, whereval
is a reserved keyword.Modifier and TypeMethodDescriptionCreate a bind value that is always inlined.DSL.stCentroid
(Geometry value) TheST_CENTROID
function.static @NotNull Condition
TheST_CROSSES
function.static @NotNull Condition
TheST_CROSSES
function.static @NotNull Condition
TheST_CROSSES
function.DSL.stExteriorRing
(Geometry value) TheST_EXTERIORRING
function.DSL.stInteriorRingN
(Geometry value, int position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Geometry value, Field<? extends Number> position) TheST_INTERIORRINGN
function.DSL.stNumInteriorRings
(Geometry value) TheST_NUMINTERIORRING
function.TheST_X
function.TheST_Y
function.TheST_Z
function.Get a bind value.A synonym forDSL.val(Geometry)
to be used in Scala and Groovy, whereval
is a reserved keyword.Modifier and TypeMethodDescriptiondefault @NotNull QOM.StCentroid
default @NotNull QOM.StExteriorRing
default @NotNull QOM.StInteriorRingN
default @NotNull QOM.StNumInteriorRings
default @NotNull QOM.StX
default @NotNull QOM.StY
default @NotNull QOM.StZ
DSL.stCentroid
(Field<Geometry> value) TheST_CENTROID
function.static @NotNull Condition
TheST_CROSSES
function.static @NotNull Condition
TheST_CROSSES
function.static @NotNull Condition
TheST_CROSSES
function.DSL.stExteriorRing
(Field<Geometry> value) TheST_EXTERIORRING
function.DSL.stInteriorRingN
(Field<Geometry> value, int position) TheST_INTERIORRINGN
function.DSL.stInteriorRingN
(Field<Geometry> value, Field<? extends Number> position) TheST_INTERIORRINGN
function.DSL.stNumInteriorRings
(Field<Geometry> value) TheST_NUMINTERIORRING
function.TheST_X
function.TheST_Y
function.TheST_Z
function. -
Uses of Geometry in org.jooq.util.oracle
Modifier and TypeFieldDescriptionOracleDataType.SDO_GEOMETRY
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Geometry in org.jooq.util.snowflake