Uses of Class
org.postgresql.core.Encoding
-
Packages that use Encoding Package Description org.postgresql.core org.postgresql.jdbc org.postgresql.util -
-
Uses of Encoding in org.postgresql.core
Methods in org.postgresql.core that return Encoding Modifier and Type Method Description static Encoding
Encoding. defaultEncoding()
Get an Encoding using the default encoding for the JVM.static Encoding
Encoding. getDatabaseEncoding(java.lang.String databaseEncoding)
Construct an Encoding for a given database encoding.Encoding
BaseConnection. getEncoding()
Encoding
PGStream. getEncoding()
Encoding
QueryExecutor. getEncoding()
Encoding
QueryExecutorBase. getEncoding()
static Encoding
Encoding. getJVMEncoding(java.lang.String jvmEncoding)
Construct an Encoding for a given JVM encoding.Methods in org.postgresql.core with parameters of type Encoding Modifier and Type Method Description void
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 Modifier and Type Method Description Encoding
PgConnection. getEncoding()
-
Uses of Encoding in org.postgresql.util
Methods in org.postgresql.util with parameters of type Encoding Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>
HStoreConverter. fromBytes(byte[] b, Encoding encoding)
static byte[]
HStoreConverter. toBytes(java.util.Map<?,?> m, Encoding encoding)
-