Uses of Class
org.mariadb.jdbc.type.Polygon
-
Packages that use Polygon Package Description org.mariadb.jdbc.plugin.codec org.mariadb.jdbc.type -
-
Uses of Polygon in org.mariadb.jdbc.plugin.codec
Methods in org.mariadb.jdbc.plugin.codec that return Polygon Modifier and Type Method Description Polygon
PolygonCodec. decodeBinary(ReadableByteBuf buf, MutableInt length, ColumnDecoder column, java.util.Calendar cal, Context context)
Polygon
PolygonCodec. decodeText(ReadableByteBuf buf, MutableInt length, ColumnDecoder column, java.util.Calendar cal, Context context)
-
Uses of Polygon in org.mariadb.jdbc.type
Fields in org.mariadb.jdbc.type declared as Polygon Modifier and Type Field Description private Polygon[]
MultiPolygon. polygons
Methods in org.mariadb.jdbc.type that return Polygon Modifier and Type Method Description Polygon[]
MultiPolygon. getPolygons()
Get polygonsConstructors in org.mariadb.jdbc.type with parameters of type Polygon Constructor Description MultiPolygon(Polygon[] polygons)
Constructor
-