supportIntResultType property

List<OperationType> supportIntResultType
final

Implementation

static final List<OperationType> supportIntResultType = List.unmodifiable([
  OperationType.UPDATE_BULK,
  OperationType.UPSERT_BULK,
  OperationType.DELETE_BULK,
  OperationType.ADD_RELATION,
  OperationType.SET_RELATION,
  OperationType.DELETE_RELATION
]);