The PODS data types, defined in the podstypes.h file, are described in PODS data types.
Whenever possible, you should use PODS data types instead of any equivalent data type that may be available in C. By using PODS data types, your code will be insulated from any future changes in the way these data types are defined; it also will make your PODS code more portable.
Table 1. PODS data types
PODS data type* |
Description |
||
---|---|---|---|
|
A one-dimensional array of a specified length. The |
||
|
A boolean value. |
||
|
A signed 32-bit integer representing a date and time as a count of the number of seconds elapsed since January 1, 1970 UTC. Negative values indicate points in time before January 1, 1970 UTC. |
||
|
The |
||
|
A short value representing a PODS error number. |
||
|
A 16-bit integer value. |
||
|
A 32-bit integer value. |
||
|
A character string. |
||
|
An unsigned 16-bit integer value. |
||
|
An unsigned 32-bit integer value. |
||
|
An 8-bit unsigned integer. |
||
|
A data type that can accept JavaScript values that may be of any one of several PODS types, without performing any type conversion. PODS data types allowed are:
|
* Default values for PODS data types and codes used to represent PODS data types in the type string that PODSObject
object's getMethod( ) returns are detailed in Type strings returned by getMethod( ).
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |