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


SQL-DB documentation  | view source Contained in the SQL-DB distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

METHODS

Top

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

is_null

is_not_null

like

concat

$e1->concat($e2) eq 'e1 || e2'

in

not_in

between

not_between

FILES

Top

SEE ALSO

Top

Other

AUTHOR

Top

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Top


SQL-DB documentation  | view source Contained in the SQL-DB distribution.