Uses of Class
org.postgresql.core.Encoding
Packages that use Encoding
-
Uses of Encoding in org.postgresql.core
Methods in org.postgresql.core that return EncodingModifier and TypeMethodDescriptionstatic EncodingEncoding.defaultEncoding()Get an Encoding using the default encoding for the JVM.static EncodingEncoding.getDatabaseEncoding(String databaseEncoding) Construct an Encoding for a given database encoding.BaseConnection.getEncoding()PGStream.getEncoding()QueryExecutor.getEncoding()QueryExecutorBase.getEncoding()static EncodingEncoding.getJVMEncoding(String jvmEncoding) Construct an Encoding for a given JVM encoding.Methods in org.postgresql.core with parameters of type EncodingModifier and TypeMethodDescriptionvoidPGStream.setEncoding(Encoding encoding) Change the encoding used by this connection.voidQueryExecutorBase.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