JoinRestrictionPolicy class

Represents privacy policy associated with "join restrictions".

Join restriction gives data providers the ability to enforce joins on the 'join_allowed_columns' when data is queried from a privacy protected view.

Constructors

JoinRestrictionPolicy({List<String>? joinAllowedColumns, String? joinCondition})
JoinRestrictionPolicy.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
joinAllowedColumns List<String>?
The only columns that joins are allowed on.
getter/setter pair
joinCondition String?
Specifies if a join is required or not on queries for the view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited