@exasol/exasol-driver-ts
    Preparing search index...

    Interface Attributes

    interface Attributes {
        autocommit?: boolean;
        compressionEnabled?: boolean;
        currentSchema?: string;
        dateFormat?: string;
        dateLanguage?: string;
        datetimeFormat?: string;
        defaultLikeEscapeCharacter?: string;
        feedbackInterval?: number;
        numericCharacters?: string;
        openTransaction?: boolean;
        queryTimeout?: number;
        resultSetMaxRows?: number;
        snapshotTransactionsEnabled?: boolean;
        timestampUtcEnabled?: boolean;
        timezone?: string;
        timeZoneBehavior?: string;
    }
    Index
    autocommit?: boolean
    compressionEnabled?: boolean
    currentSchema?: string
    dateFormat?: string
    dateLanguage?: string
    datetimeFormat?: string
    defaultLikeEscapeCharacter?: string
    feedbackInterval?: number
    numericCharacters?: string
    openTransaction?: boolean
    queryTimeout?: number
    resultSetMaxRows?: number
    snapshotTransactionsEnabled?: boolean
    timestampUtcEnabled?: boolean
    timezone?: string
    timeZoneBehavior?: string