Type Alias OdbcCustomDataType

type OdbcCustomDataType = {
    bit?: boolean;
    id: string;
    nativeDataType: string;
    qlikDataType: string;
    size?: number;
}
Index

Properties

bit?: boolean

The IsBit property in the ODBC custom data type mapping file.

id: string

The Identifier property in the ODBC custom data type mapping file.

nativeDataType: string

The NativeDataType property in the ODBC custom data type mapping file.

qlikDataType: string

The QlikDataType property in the ODBC custom data type mapping file.

size?: number

The Size property in the ODBC custom data type mapping file.