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
nativeDataType: string
qlikDataType: string
size?: number