|
NAMEDBIx::SQLEngine::Criteria::Not - Negating A Single CriteriaSYNOPSISmy $crit = DBIx::SQLEngine::Criteria::Not->new( $crit ); DESCRIPTIONDBIx::SQLEngine::Criteria::Not logicaly inverts a single given criteria by wrapping it in a NOT criteria.(Contributed by Christian Glahn at Innsbruck University.) REFERENCEConstructor
SEE ALSOSee DBIx::SQLEngine::Criteria and DBIx::SQLEngine::Criteria::Comparison for more information on using these objects.See DBIx::SQLEngine for the overall interface and developer documentation. See DBIx::SQLEngine::Docs::ReadMe for general information about this distribution, including installation and license information.
Visit the GSP FreeBSD Man Page Interface. |