FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
constant string | BOOLEAN := "boolean"
Identifier for boolean data type |
constant string | DATE := "date"
Identifier for date data type |
constant string | DATETIME := "datetime"
Identifier for datetime data type |
constant string | FLOAT := "float"
Identifier for float/double data type |
constant string | INTEGER := "integer"
Identifier for integer data type |
constant string | STRING := "string"
Identifier for string data type |
constant string | TIME := "time"
Identifier for time data type |
Constant detail |
---|
constant string BOOLEAN := "boolean"Identifier for boolean data type
constant string DATE := "date"Identifier for date data type
constant string DATETIME := "datetime"Identifier for datetime data type
constant string FLOAT := "float"Identifier for float/double data type
constant string INTEGER := "integer"Identifier for integer data type
constant string STRING := "string"Identifier for string data type
constant string TIME := "time"Identifier for time data type
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |