The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ObjectDB::SQL::Select - SQL select for ObjectDB

SYNOPSIS

    This is used internally.

DESCRIPTION

ATTRIBUTES

<where>

WHERE clause.

<where_logic>

WHERE clause logic (AND, OR).

<order_by>

ORDER BY

<limit>

LIMIT

<offset>

OFFSET

<group_by>

GROUP BY

<having>

HAVING

METHODS

source

Used for joins.

columns

Columns.

to_string

String representation.

AUTHOR

Viacheslav Tykhanovskyi, vti@cpan.org.

COPYRIGHT

Copyright (C) 2009, Viacheslav Tykhanovskyi.

This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.