Uses of Enum
org.apache.sis.internal.sql.feature.BinaryEncoding
Packages that use BinaryEncoding
Package
Description
Build
DefaultFeatureTypes by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.-
Uses of BinaryEncoding in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that return BinaryEncodingModifier and TypeMethodDescriptionprotected BinaryEncodingDatabase.getBinaryEncoding(Column columnDefinition) Returns an identifier of the way binary data are encoded by the JDBC driver.static BinaryEncodingReturns the enum constant of this type with the specified name.static BinaryEncoding[]BinaryEncoding.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BinaryEncoding in org.apache.sis.internal.sql.postgis
Methods in org.apache.sis.internal.sql.postgis that return BinaryEncodingModifier and TypeMethodDescriptionprotected BinaryEncodingPostgres.getBinaryEncoding(Column columnDefinition) Returns an identifier of the way binary data are encoded by the JDBC driver.