This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

isNotInDBTable

Checks if the value of a field is not in a configured field in a configured table.

Please be aware of the fact that MySQL searches are in most cases not case sensitive! (http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html)

Version added

1.0.0

Properties

.table

Data type

String | cObj

Version added

1.0.0

.field

Data type

String | cObj

Version added

1.0.0

.additionalWhere

Data type

String | cObj

Version added

1.0.0

.showHidden

Data type

Boolean

Version added

1.0.0