isEveryValueUnique

open override fun isEveryValueUnique(column: Column?): Boolean

Indicates whether all the values in the given field are unique.

Return

true if every value is unique, false otherwise

Parameters

column

the field whose values are to be queried