NAME
SQL::DB::Schema::Query - description
SYNOPSIS
use SQL::DB::Schema::Query;
DESCRIPTION
SQL::DB::Schema::Query is ...
METHODS
new
push_bind_values
acolumns
Only valid for select type queries.
bind_types
Only valid for !select type queries.
exists
as_string
st_where
sql_where
st_insert_into
st_insert
sql_insert
st_values
sql_values
st_update
sql_update
sql_set
st_select
sql_select
st_select_distinct
st_distinct
st_for_update
sql_for_update
st_from
sql_from
st_on
sql_on
st_inner_join
sql_inner_join
st_left_outer_join
st_left_join
sql_left_join
st_right_outer_join
st_right_join
sql_right_join
st_full_join
st_full_outer_join
sql_full_join
st_cross_join
sql_cross_join
st_union
sql_union
st_intersect
sql_intersect
st_group_by
sql_group_by
st_order_by
sql_order_by
st_limit
sql_limit
st_offset
sql_offset
st_delete
st_delete_from
sql_delete
FILES
SEE ALSO
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.