OriginalDatabaseActions support the follwing data types to interact with Databases.
All supported Datatypes by group:
Group |
Data Types |
|
datetime |
date, time, time-stamp, now |
|
images related |
image, image-width, image-height, image-size, image-mime-type |
|
large Objects |
ascii, binary |
|
literal |
byte, string |
|
numeric |
big-decimal, double, float, int, long, short |
List of Dataypes in alphabethical order
Type |
Description |
|
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 |
|
byte |
A Byte |
|
date |
A Date |
|
double |
A Double |
|
float |
A Float |
|
image |
A binary image file, we cache the attribute information |
|
image-width |
The width attribute of the cached file attribute. "NOTE: param attribute must equal the param for image with a -width suffix." |
|
image-height |
The width attribute of the cached file attribute "NOTE: param attribute must equal the param for image with a -height suffix." |
|
image-size |
The size attribute of the cached file attribute. "NOTE: Param attribute must equal the param for image with a -size suffix." |
|
int |
A Integer |
|
long |
A Long |
|
now |
A Timestamp with the current day/time--the form value is ignored. |
|
short |
A Short |
|
string |
A String |
|
time |
A Time |
|
time-stamp |
A Timestamp |