|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharacterSet | |
|---|---|
| oracle.sql | A package of classes that represent java SQL types and Oracle specific SQL types. |
| Uses of CharacterSet in oracle.sql |
|---|
| Subclasses of CharacterSet in oracle.sql | |
|---|---|
class |
CharacterSetWithConverter
This is an abstract base class that all character sets that use CharacterConverter are based on. |
| Fields in oracle.sql declared as CharacterSet | |
|---|---|
static CharacterSet |
CHAR.DEFAULT_CHARSET
|
| Methods in oracle.sql that return CharacterSet | |
|---|---|
static CharacterSet |
CharacterSet.make(int oracleId)
Factory. |
| Methods in oracle.sql with parameters of type CharacterSet | |
|---|---|
byte[] |
CharacterSetWithConverter.convert(CharacterSet from,
byte[] source,
int offset,
int count)
|
abstract byte[] |
CharacterSet.convert(CharacterSet from,
byte[] source,
int offset,
int count)
Converts bytes in some representation to oracleId representation. |
byte[] |
CharacterSet.convertUnshared(CharacterSet from,
byte[] source,
int offset,
int count)
Converts bytes in some representation to oracleId representation. |
boolean |
CharacterSetWithConverter.isConvertibleFrom(CharacterSet source)
|
abstract boolean |
CharacterSet.isConvertibleFrom(CharacterSet source)
Are conversions supported. |
boolean |
CharacterSetWithConverter.isLossyFrom(CharacterSet from)
|
abstract boolean |
CharacterSet.isLossyFrom(CharacterSet from)
A conversion looses information if the mapping is not invertible. |
| Constructors in oracle.sql with parameters of type CharacterSet | |
|---|---|
CHAR(Object obj,
CharacterSet charSet)
Construct a CHAR from an Object. |
|
CHAR(String str,
CharacterSet charSet)
Constructor for CHAR. |
|
CHAR(String str,
CharacterSet charSet,
int len)
Constructor for CHAR. |
|
CharacterBuffer(CharacterSet charSet)
Constructor. |
|
CharacterWalker(CharacterSet charSet,
byte[] bytes,
int offset,
int count)
Constructor. |
|
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||