NAME

SQL::DB::Schema::Expr - description

SYNOPSIS

use SQL::DB::Schema::Expr;

DESCRIPTION

SQL::DB::Schema::Expr is ...

METHODS

new

_clone

as

_as

val

set_val

reset_bind_values

push_bind_values

bind_values

multi

op

as_string

bind_values_sql

_as_string

expr_binary

expr_eq

expr_ne

expr_and

expr_or

and

or

and_not

or_not

expr_lt

expr_lte

expr_gt

expr_gte

expr_plus

expr_minus

expr_multiply

expr_divide

expr_not

like

in

not_in

between

not_between

FILES

SEE ALSO

Other

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright (C) 2007,2008 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.