public class JotyTypes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
_blob
it represents an ordinary large binary object that the framework manages
in a dedicated way.
|
static int |
_date |
static int |
_dateTime |
static int |
_dbDrivenInteger
it is an integer data type the final dimension of which is demanded to
the detection on the database field jdbc type.
|
static int |
_double |
static int |
_int |
static int |
_long |
static int |
_none |
static int |
_single |
static int |
_smallBlob
it represents a small binary object treated like other data types in
fetch operations but typically associated, in writing, to a large blob
datum, and with it treated.
|
static int |
_text |
Constructor and Description |
---|
JotyTypes() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getVerbose(int type) |
public static final int _none
public static final int _text
public static final int _int
public static final int _long
public static final int _single
public static final int _double
public static final int _date
public static final int _dateTime
public static final int _blob
public static final int _smallBlob
public static final int _dbDrivenInteger