Google Apps Script API
    Preparing search index...

    JdbcAdvancedParameters

    interface ConnectionAdvancedParameters {
        _clientSslCertificate?: string;
        _clientSslKey?: string;
        _serverSslCertificate?: string;
        databaseName?: string;
        password?: string;
        useJDBCCompliantTimeZoneShift?: boolean;
        user?: string;
    }
    Index

    Properties

    _clientSslCertificate?: string

    the client's SSL certificate

    _clientSslKey?: string

    the client's SSL key

    _serverSslCertificate?: string

    the server's SSL certificate

    databaseName?: string

    the database to connect to

    password?: string

    the user's password

    useJDBCCompliantTimeZoneShift?: boolean

    whether or not the connection should comply with JDBC rules when converting time zones. The default is false.

    user?: string

    the username to pass to the database