Data type functions
Module documentation and detailed description for data type functions.
Function/Subroutine documentation
- subroutine nzaeIsABooleanDataType(type, result)
Determines if the specified data type is a boolean type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a boolean type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsADateDataType(type, result)
Determines if the specified data type is a date type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a date type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsADoubleDataType(type, result)
Determines if the specified data type is a double type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a double type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAFixedStringDataType(type, result)
Determines if the specified data type is a fixed string type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a fixed string data type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAFloatDataType(type, result)
Determines if the specified data type is a float type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a float type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAnInt8DataType(type, result)
Determines if the specified data type is an 8-bit integer type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is an 8-bit integer; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAnInt16DataType(type, result)
Determines if the specified data type is a 16-bit integer type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a 16-bit integer; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAnInt32DataType(type, result)
Determines if the specified data type is a 32-bit integer type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a 32-bit integer; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAnInt64DataType(type, result)
Determines if the specified data type is a 64-bit integer type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a 64-bit integer; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAnIntervalDataType(type, result)
Determines if the specified data type is an interval type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is an interval type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsANationalFixedStringDataType(type, result)
Determines if the specified data type is a national fixed string type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a national fixed string data type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsANationalVariableStringDataType(type, result)
Determines if the specified data type is a national variable string type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a national variable string data type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAGeometryDataType(type, result)
Determines if the specified data type is a geometry string type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a geometry string data type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAVarbinaryDataType(type, result)
Determines if the specified data type is a varbinary string type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a varbinary string data type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsANumericDataType(type, result)
Determines if the specified data type is a numeric type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a numeric data type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsANumeric32DataType(type, result)
Determines if the specified data type is a numeric-32 type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a numeric-32 type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsANumeric64DataType(type, result)
Determines if the specified data type is a numeric-64 type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a numeri64 type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsANumeric128DataType(type, result)
Determines if the specified data type is a numeric-128 type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a numeric-128 type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAStringDataType(type, result)
Determines if the specified data type is a string type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) (integer) The value is 1 if the data type is a string type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsATimeDataType(type, result)
Determines if the specified data type is a time type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a time type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsATimeStampDataType(type, result)
Determines if the specified data type is a time stamp type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a time stamp type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsATimeZoneDataType(type, result)
Determines if the specified data type is a time zone type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a time zone type; 0 otherwise.
- type
- Parameters
- subroutine nzaeIsAVariableStringDataType(type, result)
Determines if the specified data type is a variable string type.
- Parameters
- type
(integer) The data type of the column.
- result
(integer) The value is 1 if the data type is a variable string type; 0 otherwise.
- type
- Parameters