[ Version ( since = "6.0" ) ]
public void set_unique (bool val)
If val
is true a "UNIQUE" will be added to the INDEX CREATE command, e.
g. CREATE UNIQUE INDEX ...
this |
DbIndex instance |
val |
if set to true UNIQUE index type will be used. |