MyApp v0.1.0 Bubbles.Url.Generator View Source
Link to this section Summary
Functions
Generates and inserts a Url schema record with a unique URI if one already exists
Generates and inserts a Url schema record with a unique URI only if the
provided uri
string is different from uri
attribute of Url record with
id
value of primary key
Link to this section Functions
Generates and inserts a Url schema record with a unique URI if one already exists.
A generator strategy module is provided as the fourth parameter which is used to provide the unique URI string if one already exists among database records.
Generates and inserts a Url schema record with a unique URI only if the
provided uri
string is different from uri
attribute of Url record with
id
value of primary key.