|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTruncationException | |
---|---|
ca.idms.io | Services for formatted input and output. |
ca.idms.qcli | CA IDMS SQL native client interface for Java. |
Uses of DataTruncationException in ca.idms.io |
---|
Methods in ca.idms.io that throw DataTruncationException | |
---|---|
byte[] |
UnicodeFormat.getBytes(java.lang.String str,
int len)
Converts a string into a fixed length array of bytes. |
byte[] |
NativeFormat.getBytes(java.lang.String str,
int len)
Converts a string into a fixed length array of bytes. |
byte[] |
NativeFormat.getBytesInternal(java.lang.String str,
int len)
Converts a string into a fixed length array of bytes according to this objects internal control block encoding. |
byte[] |
NativeFormat.pad(byte[] b,
int len)
Pads an array of bytes with spaces. |
protected char[] |
NativeDataOutputStream.toCharArray(java.math.BigDecimal big,
int prec,
int scale)
Converts a BigDecimal object to a "numeric" string. |
void |
UnicodeDataOutputStream.writeBytes(java.lang.String str,
int len)
Writes a string to a stream as fixed length an array of bytes. |
void |
NativeDataOutputStream.writeBytes(java.lang.String str,
int len)
Writes a string to a stream as fixed length an array of bytes. |
void |
NativeDataOutputStream.writeBytesInternal(java.lang.String str,
int len)
Writes an internal control block string to a stream as fixed length an array of bytes. |
void |
NativeDataOutputStream.writeBytesVariable(java.lang.String str,
int len)
Writes an variable length string (VARCHAR) to a stream. |
void |
NativeDataOutputStream.writeGraphic(java.lang.String s,
int len)
Writes a String as OS/390 DBCS data. |
void |
NativeDataOutputStream.writePacked(java.math.BigDecimal big,
int prec,
int scale,
boolean signed)
Writes a BigDecimal in "PACKED DECIMAL" format. |
void |
NativeDataOutputStream.writeZoned(java.math.BigDecimal big,
int prec,
int scale,
boolean signed)
Write a BigDecimal in "ZONED DECIMAL" format. |
Uses of DataTruncationException in ca.idms.qcli |
---|
Subclasses of DataTruncationException in ca.idms.qcli | |
---|---|
class |
QcliDataTruncation
Thrown when data data is truncated while writing it to stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |