|
SparkseePython
6.0.2
|
Data type (domain) enumeration. More...
Static Public Attributes | |
| int | BOOLEAN = 0 |
| Boolean data type. | |
| int | INTEGER = 1 |
| 32-bit signed integer data type. | |
| int | LONG = 2 |
| 64-bit signed integer data type. | |
| int | DOUBLE = 3 |
| 64-bit signed double data type. | |
| int | TIMESTAMP = 4 |
| Distance from Epoch (UTC) time in milliseconds precision. More... | |
| int | STRING = 5 |
| Unicode string data type. More... | |
| int | TEXT = 6 |
| Large unicode character object (CLOB) data type. More... | |
| int | OID = 7 |
| Object identifier (OID) data type. | |
Data type (domain) enumeration.
|
static |
Unicode string data type.
2048 characters maximum length.
|
static |
Large unicode character object (CLOB) data type.
|
static |
Distance from Epoch (UTC) time in milliseconds precision.
It just works properly with timestamps in the range ['1970-01-01 00:00:01' UTC, '2038-01-19 03:14:07' UTC].
1.8.11