Uses of Class
org.mariadb.jdbc.type.GeometryCollection
Packages that use GeometryCollection
-
Uses of GeometryCollection in org.mariadb.jdbc.plugin.codec
Classes in org.mariadb.jdbc.plugin.codec that implement interfaces with type arguments of type GeometryCollectionMethods in org.mariadb.jdbc.plugin.codec that return GeometryCollectionModifier and TypeMethodDescriptionGeometryCollectionCodec.decodeBinary(org.mariadb.jdbc.client.ReadableByteBuf buf, MutableInt length, org.mariadb.jdbc.client.ColumnDecoder column, Calendar cal, org.mariadb.jdbc.client.Context context) GeometryCollectionCodec.decodeText(org.mariadb.jdbc.client.ReadableByteBuf buf, MutableInt length, org.mariadb.jdbc.client.ColumnDecoder column, Calendar cal, org.mariadb.jdbc.client.Context context) Methods in org.mariadb.jdbc.plugin.codec with parameters of type GeometryCollectionModifier and TypeMethodDescriptionvoidGeometryCollectionCodec.encodeBinary(Writer encoder, org.mariadb.jdbc.client.Context context, GeometryCollection value, Calendar cal, Long maxLength) voidGeometryCollectionCodec.encodeText(Writer encoder, org.mariadb.jdbc.client.Context context, GeometryCollection value, Calendar cal, Long maxLength) intGeometryCollectionCodec.getApproximateTextProtocolLength(GeometryCollection value, Long length)