Class - mitto.iov2.types.SQLServerQueryParameters

JSON Schema

SQLServerQueryParameters

Cursor parameters for MS SQLServer.

NOTE: This is only used with MS SQLServer.

This value is passed to cursor.fast_executemany. This value should match the value of engine_kwargs.fast_executemany present in the same output section.

type

object

properties

  • fast_executemany

Fast Executemany

Used to set fast_executemany on the cursor before execution.

type

boolean