writeReturningClause property

  1. @protected
bool writeReturningClause
getter/setter pair

Whether a RETURNING * clause should be added to this statement.

Implementation

@protected
bool writeReturningClause = false;