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

NAME

DBIx::SQLEngine::Criteria::StringEquality - Basic String Criteria

SYNOPSIS

  my $crit = DBIx::SQLEngine::Criteria::StringEquality->new( $expr, $value );

DESCRIPTION

DBIx::SQLEngine::Criteria::StringEquality objects are check that an expression exactly matches a given reference value.

See DBIx::SQLEngine::Criteria::Comparison for more.

VERSION

2001-06-28 Moved to DBIx::O2:: namespace. Separated from base Comparison module.

AUTHORS

Developed by Evolution Online Systems:

  M. Simon Cavalletto, simonm@evolution.com

LICENSE

This module is free software. It may be used, redistributed and/or modified under the same terms as Perl.

Copyright (c) 1998, 1999, 2000, 2001 Evolution Online Systems, Inc.