The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::FormEngine::DBSQL::Checks - collection of FormEngine::DBSQL check routines

METHODS

dbsql_unique

This method proves whether the committed field value is unique in the tables records for this field.

When primary key values are provided, the method checks all records except the record which belongs to the corresponding pkey. So it'll also work when executing updates.