Modifier and Type | Method and Description |
---|---|
Database.Charset |
Database.getCharset()
Spec definition:
JUEGO_CARACTERES: Asigna si el juego de caracteres a emplear es el definido para D.O.S., cuyos identificadores serán 850 ó 437, o es el definido para Windows, cuyo identificador será ANSI. |
static Database.Charset |
Database.Charset.parseCharset(String code)
Returns the Charset with the given code or null if not available.
|
static Database.Charset |
Database.Charset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.Charset[] |
Database.Charset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.setCharset(Database.Charset charset) |
Copyright © 2014 DiSiD Technologies. All rights reserved.