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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.