Standart Data Type
Dan
Definisi nya
Dan
Definisi nya
Berikut kali ini saya akan memposting untuk standart yang dipakai pada powerbuilder pada Data Type
Data Type
|
Definition
|
Return Type
|
Blob
|
Binary large object.
|
A bitmap
|
Used to store large
|
||
amounts of data.
|
||
Boolean
|
A truth value, either
|
FALSE
|
TRUE or FALSE.
|
||
Character or Char
|
A single ASCII character.
|
A
|
Date
|
The date, consisting of
|
1969-06-13
|
the full year, the number
|
||
of the month, and the day.
|
||
DateTime
|
The date and time combined
|
1969-12-06 12:10
|
into a single data type.
|
||
Decimal or Dec
|
Signed decimal numbers
|
3463346.5247
|
with up to 18 digits of
|
||
precision.
|
||
Double
|
A signed floating-point
|
6.342E+3
|
number with 15 digits of
|
||
precision and a range from
|
||
2.2E-308 to 1.7E+308.
|
||
Integer or Int
|
A 16-bit signed number
|
7,533
|
with a range of
|
||
-32,768 to +32,767.
|
||
Long
|
A 32-bit signed number with
|
4,699,247
|
a range of -2,147,483,648
|
||
to +2,147,483,647.
|
||
Real
|
A signed floating-point
|
3.6E+7
|
number with six digits
|
||
of precision and a range
|
||
from 1.17E-38 to 3.4E+38.
|
||
String
|
Any ASCII characters with
|
"Ulric"
|
a variable length of 0
|
||
to either 59,999 (16-bit)
|
||
or as large as your system
|
||
can provide (32-bit).
|
||
Time
|
A time value in 24-hour
|
19:18:29.435214
|
format: hour, minute,
|
||
second, and fractions
|
||
of a second (up to six
|
||
digits).
|
||
UnsignedInteger or
|
A 16-bit unsigned number
|
6,324
|
UnsignedInt or Uint
|
with a range of 0 to 65,535.
|
|
UnsignedLong or
|
A 32-bit unsigned
|
43,234,540
|
Ulong
|
number with a range
|
|
of 0 to 4,294,967,295.
|
Sedangkan untuk definisi variabel pada powerbuilder adalah sebagai berikut seperti yang tertulis
dibawah ini :
Data Type
|
Definition
|
Char
|
Convert a Blob, an Integer, or a
String to a Char.
|
Dec
|
Convert a String to a Decimal.
|
Double
|
Convert a String to a Double.
|
Integer
|
Convert a String to an Integer.
|
Long
|
Convert a String to a Long.
|
Real
|
Convert a String to a Real.
|
Date
|
Obtain the Date portion of a
DateTime value.
|
DateTime
|
Convert a Date and a Time to a
DateTime value.
|
String
|
Convert a Blob, a Date, a
DateTime, a numeric, or a Time to String.
|
Time
|
Obtain the Time portion of a
DateTime value.
|
Demikianlah yang dapat saya sampaikan dalam posting kali ini
Terimakasih atas kunjungannya
Dan semoga dapat membantu
Dimana ada Kemauan ... Disitu ada jalan ...
Dimana ada Kemauan ... Disitu ada jalan ...
No comments:
Post a Comment