Uses of Class
org.postgresql.core.Encoding

Packages that use Encoding
org.postgresql.core   
org.postgresql.jdbc   
org.postgresql.util   
 

Uses of Encoding in org.postgresql.core
 

Methods in org.postgresql.core that return Encoding
static 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.
 Encoding QueryExecutorBase.getEncoding()
           
 Encoding QueryExecutor.getEncoding()
           
 Encoding PGStream.getEncoding()
           
 Encoding BaseConnection.getEncoding()
           
static Encoding Encoding.getJVMEncoding(String jvmEncoding)
          Construct an Encoding for a given JVM encoding.
 

Methods in org.postgresql.core with parameters of type Encoding
 void QueryExecutorBase.setEncoding(Encoding encoding)
           
 void PGStream.setEncoding(Encoding encoding)
          Change the encoding used by this connection.
 

Uses of Encoding in org.postgresql.jdbc
 

Methods in org.postgresql.jdbc that return Encoding
 Encoding PgConnection.getEncoding()
           
 

Uses of Encoding in org.postgresql.util
 

Methods in org.postgresql.util with parameters of type Encoding
static Map<String,String> HStoreConverter.fromBytes(byte[] b, Encoding encoding)
           
static byte[] HStoreConverter.toBytes(Map<?,?> m, Encoding encoding)
           
 



Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.