Uses of Class
org.postgresql.core.Encoding
Packages that use Encoding
-
Uses of Encoding in org.postgresql.copy
Fields in org.postgresql.copy declared as Encoding -
Uses of Encoding in org.postgresql.core
Subclasses of Encoding in org.postgresql.coreModifier and TypeClassDescription(package private) final class
UTF-8 encoder which validates input and is optimized for jdk 9+ whereString
objects are backed bybyte[]
.(package private) final class
UTF-8 encoder which validates input and is optimized for jdk 8 and lower whereString
objects are backed bychar[]
.(package private) class
UTF-8 encoder implementation which validates values during decoding which is significantly faster than using aCharsetDecoder
.Fields in org.postgresql.core declared as EncodingModifier and TypeFieldDescriptionprivate static final Encoding
Encoding.DEFAULT_ENCODING
private Encoding
PGStream.encoding
Methods in org.postgresql.core that return EncodingModifier and TypeMethodDescriptionstatic Encoding
Encoding.defaultEncoding()
Get an Encoding using the default encoding for the JVM.static Encoding
Encoding.getDatabaseEncoding
(String databaseEncoding) Construct an Encoding for a given database encoding.BaseConnection.getEncoding()
Encoding.UTFEncodingProvider.getEncoding()
PGStream.getEncoding()
QueryExecutor.getEncoding()
QueryExecutorBase.getEncoding()
static Encoding
Encoding.getJVMEncoding
(String jvmEncoding) Construct an Encoding for a given JVM encoding.Methods in org.postgresql.core with parameters of type EncodingModifier and TypeMethodDescriptionvoid
PGStream.setEncoding
(Encoding encoding) Change the encoding used by this connection.void
QueryExecutorBase.setEncoding
(Encoding encoding) -
Uses of Encoding in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return Encoding -
Uses of Encoding in org.postgresql.util
Methods in org.postgresql.util with parameters of type Encoding