Interface QueryColumn

interface QueryColumn {
    align: string;
    autoIncrement: boolean;
    calculated: boolean;
    caption: string;
    cols?: number;
    conceptURI: string;
    crosstabColumnDimension?: any;
    crosstabColumnMember?: any;
    defaultScale: string;
    defaultValue?: any;
    description?: string;
    dimension: boolean;
    displayField?: string;
    displayFieldJsonType?: string;
    displayFieldSqlType?: string;
    excelFormat?: string;
    excludeFromShifting: boolean;
    ext?: any;
    extFormat?: string;
    extFormatFn?: string;
    facetingBehaviorType: string;
    fieldKey: string;
    fieldKeyArray: string[];
    fieldKeyPath: string;
    friendlyType: string;
    hidden: boolean;
    importAliases?: string[];
    inputType: string;
    isAutoIncrement: boolean;
    isHidden: boolean;
    isKeyField: boolean;
    isMvEnabled: boolean;
    isNullable: boolean;
    isReadOnly: boolean;
    isSelectable: boolean;
    isUserEditable: boolean;
    isVersionField: boolean;
    jsonType: string;
    keyField: string;
    label?: string;
    lookup?: QueryLookup;
    measure: boolean;
    multiValue?: boolean;
    mvEnabled: boolean;
    name: string;
    nameExpression: string;
    nullable: boolean;
    phi: string;
    rangeURI: string;
    readOnly: boolean;
    recommendedVariable: boolean;
    required: boolean;
    rows?: number;
    selectable: boolean;
    shortCaption: string;
    shownInDetailsView: boolean;
    shownInInsertView: boolean;
    shownInUpdateView: boolean;
    sortable: boolean;
    sqlType: string;
    tsvFormat?: string;
    type: string;
    typeName?: string;
    typeURI?: string;
    userEditable: boolean;
    versionField: boolean;
    xtype?: string;
}

Properties

align: string
autoIncrement: boolean
calculated: boolean
caption: string
cols?: number
conceptURI: string
crosstabColumnDimension?: any
crosstabColumnMember?: any
defaultScale: string
defaultValue?: any
description?: string
dimension: boolean
displayField?: string
displayFieldJsonType?: string
displayFieldSqlType?: string
excelFormat?: string
excludeFromShifting: boolean
ext?: any
extFormat?: string
extFormatFn?: string
facetingBehaviorType: string
fieldKey: string
fieldKeyArray: string[]
fieldKeyPath: string
friendlyType: string
hidden: boolean
importAliases?: string[]
inputType: string
isAutoIncrement: boolean
isHidden: boolean
isKeyField: boolean
isMvEnabled: boolean
isNullable: boolean
isReadOnly: boolean
isSelectable: boolean
isUserEditable: boolean
isVersionField: boolean
jsonType: string
keyField: string
label?: string
lookup?: QueryLookup
measure: boolean
multiValue?: boolean
mvEnabled: boolean
name: string
nameExpression: string
nullable: boolean
phi: string
rangeURI: string
readOnly: boolean
recommendedVariable: boolean
required: boolean
rows?: number
selectable: boolean
shortCaption: string
shownInDetailsView: boolean
shownInInsertView: boolean
shownInUpdateView: boolean
sortable: boolean
sqlType: string
tsvFormat?: string
type: string
typeName?: string
typeURI?: string
userEditable: boolean
versionField: boolean
xtype?: string

Generated using TypeDoc