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.-
Uses of Geometry in org.jooq
-
Uses of Geometry in org.jooq.impl
Modifier and TypeMethodDescriptionQOM.StCrosses.$arg1()
QOM.StCrosses.$arg2()
QOM.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 TypeMethodDescription@NotNull QOM.StCrosses
@NotNull QOM.StCrosses
@NotNull QOM.StCentroid
@NotNull QOM.StExteriorRing
@NotNull QOM.StInteriorRingN
@NotNull QOM.StNumInteriorRings
@NotNull QOM.StX
@NotNull QOM.StY
@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.