DBIx::SQLEngine::Criteria::Not - Negating A Single Criteria
my $crit = DBIx::SQLEngine::Criteria::Not->new( $crit );
DBIx::SQLEngine::Criteria::Not logicaly inverts a single given criteria by wrapping it in a NOT criteria.
(Contributed by Christian Glahn at Innsbruck University.)
Constructor.
See the DBIx::SQLEngine::Criteria manpage and the DBIx::SQLEngine::Criteria::Comparison manpage for more information on using these objects.
See the DBIx::SQLEngine manpage for the overall interface and developer documentation.
See the DBIx::SQLEngine::Docs::ReadMe manpage for general information about this distribution, including installation and license information.