Package | Description |
---|---|
oracle.sql |
A package of classes that represent java SQL types and Oracle specific
SQL types.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CharacterSetWithConverter
This is an abstract base class that all character sets that use
CharacterConverter are based on.
|
Modifier and Type | Field | Description |
---|---|---|
static CharacterSet |
CHAR.DEFAULT_CHARSET |
|
static CharacterSet |
CHAR.DEFAULT_CHARSET |
Modifier and Type | Method | Description |
---|---|---|
static CharacterSet |
CharacterSet.make(int oracleId)
Factory.
|
|
static CharacterSet |
CharacterSet.make(int oracleId)
Factory.
|
Modifier and Type | Method | Description |
---|---|---|
abstract byte[] |
CharacterSet.convert(CharacterSet from,
byte[] source,
int offset,
int count)
Converts bytes in some representation to oracleId representation.
|
|
byte[] |
CharacterSetWithConverter.convert(CharacterSet from,
byte[] source,
int offset,
int count) |
|
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.
|
|
byte[] |
CharacterSet.convertUnshared(CharacterSet from,
byte[] source,
int offset,
int count)
Converts bytes in some representation to oracleId representation.
|
|
abstract boolean |
CharacterSet.isConvertibleFrom(CharacterSet source)
Are conversions supported.
|
|
boolean |
CharacterSetWithConverter.isConvertibleFrom(CharacterSet source) |
|
boolean |
CharacterSetWithConverter.isConvertibleFrom(CharacterSet source) |
|
abstract boolean |
CharacterSet.isConvertibleFrom(CharacterSet source)
Are conversions supported.
|
|
abstract boolean |
CharacterSet.isLossyFrom(CharacterSet from)
A conversion looses information if the mapping is not invertible.
|
|
boolean |
CharacterSetWithConverter.isLossyFrom(CharacterSet from) |
|
boolean |
CharacterSetWithConverter.isLossyFrom(CharacterSet from) |
|
abstract boolean |
CharacterSet.isLossyFrom(CharacterSet from)
A conversion looses information if the mapping is not invertible.
|
Constructor | Description |
---|---|
CHAR(Object obj,
CharacterSet charSet)
Construct a CHAR from an Object.
|
|
CHAR(Object obj,
CharacterSet charSet)
Construct a CHAR from an Object.
|
|
CHAR(String str,
CharacterSet charSet)
Constructor for CHAR.
|
|
CHAR(String str,
CharacterSet charSet)
Constructor for CHAR.
|
|
CHAR(String str,
CharacterSet charSet,
int len)
Constructor for CHAR.
|
|
CHAR(String str,
CharacterSet charSet,
int len)
Constructor for CHAR.
|
|
CharacterBuffer(CharacterSet charSet)
Constructor.
|
|
CharacterBuffer(CharacterSet charSet)
Constructor.
|
|
CharacterWalker(CharacterSet charSet,
byte[] bytes,
int offset,
int count)
Constructor.
|
|
CharacterWalker(CharacterSet charSet,
byte[] bytes,
int offset,
int count)
Constructor.
|