|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Encoding | |
|---|---|
| org.postgresql.core | |
| org.postgresql.jdbc2 | |
| 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 |
ProtocolConnection.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 |
PGStream.setEncoding(Encoding encoding)
Change the encoding used by this connection. |
| Uses of Encoding in org.postgresql.jdbc2 |
|---|
| Methods in org.postgresql.jdbc2 that return Encoding | |
|---|---|
Encoding |
AbstractJdbc2Connection.getEncoding()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||