Skip to main content

ScriptExecuteOptions

Extends DataMappingOptions

KeyTypeDefaultDescription
autoCommitbooleanfalseSpecifies whether to execute query in auto-commit mode
objectRowsbooleanfalseSpecifies if rows will be fetched as <FieldName, Value> pair objects or array of values
typeMapDataTypeMapGlobalTypeMapData type map instance
rollbackOnErrorbooleantrueWhen on, if a statement in a transaction block generates an error, the error is ignored and the transaction continues. When off (the default), a statement in a transaction block that generates an error aborts the entire transaction