ModularDatabaseActions support the follwing data types to interact with Databases.
All supported Datatypes by group:
Group |
Data Types |
|
boolean |
boolean |
|
datetime |
date, time, time-stamp |
|
large Objects |
ascii, blob, binary, clob |
|
literal |
string |
|
numeric |
big-decimal, byte, double, float, int, long, short |
|
object |
array, object, row |
List of Dataypes in alphabethical order
Type |
Description |
|
array |
an array |
|
ascii |
an ASCII input stream, a CLOB input |
|
big-decimal |
A java.math.BigDecimal value. a Big Integer |
|
binary |
A binary input stream, a BLOB input |
|
blob |
a BLOB input |
|
boolean |
A boolean |
|
byte |
A Byte |
|
clob |
a CLOB input |
|
date |
A Date |
|
double |
A Double |
|
float |
A Float |
|
int |
A Integer |
|
long |
A Long |
|
object |
A Object |
|
row |
A object |
|
short |
A Short |
|
string |
A String |
|
time |
A Time |
|
time-stamp |
A Timestamp |
Diferences with Original DB Actions:
Old Datatypes not supported: now, image, image-width, image-height, image-size, image-mime-type
New defined Datatypes: array, boolean, blob,clob, object, row