Products Downloads


French version


 

Adelia Type

C Type

RPG Type

Java Type

ALPHA(x)

char[x + 1]

or

wchar_t[x + 1]

(Unicode generation)

Alpha with length of x

HaString (internal Adelia type) except in Web context implicit objects in which a String is stored

NUM_E(x, y)

 

If y = 0 and x <= 9

   long

else

   double

Extended numerical with length of x and y decimal place(s)

If y = 0 and x <= 9

   int

If y = 0 and x >= 10

   long

If y > 0

   double

NUM_P(x,y)

If y = 0 and x <= 9

   long

else

   double

Condensed numerical with length of x and y decimal place(s)

If y = 0 and x <= 9

   int

If y = 0 and x >= 10

   long

If y > 0

   double

NUM_BIN_2

short

 

Binary with length of 4 and 0 decimal places

short

 

NUM_BIN_4

long

Binary with length of 9 and 0 decimal places

int

NUM_BIN_8

long long

Binary with length 20 and 0 decimal places

long

BOOL

int

Alpha with length of 1

boolean

 

DATE

long

Date (L) (*ISO format)

int

 

TIME

long

Time (T) (*ISO format)

int

 

TIMESTAMP

Adelia structure

Timestamp (Z)

long

 

IMAGE

Adelia structure

SQLTYPE(BLOB_FILE)

Adelia structure

 

↑ Top of page


  • Aucune étiquette