Static Public Member Functions |
static final native int | decimal_str2bin (ByteBuffer str, int str_len, int prec, int scale, ByteBuffer dest, int buf_len) |
static final native int | decimal_bin2str (ByteBuffer bin, int bin_len, int prec, int scale, ByteBuffer dest, int buf_len) |
Static Public Attributes |
static final int | E_DEC_OK = 0 |
static final int | E_DEC_TRUNCATED = 1 |
static final int | E_DEC_OVERFLOW = 2 |
static final int | E_DEC_BAD_NUM = 8 |
static final int | E_DEC_OOM = 16 |
Detailed Description
Definition at line 28 of file Utils.java.
The documentation for this class was generated from the following file:
- storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/Utils.java