ForeignKey.Action

@IntDef(value = [1, 2, 3, 4, 5])
@Retention(value = AnnotationRetention.BINARY)
public annotation ForeignKey.Action


Constants definition for values that can be used in onDelete and onUpdate.

Summary

Public constructors

Public constructors

Action

public Action()