Alzabo
view release on metacpan or search on metacpan
lib/Alzabo/SQLMaker/MySQL.pm view on Meta::CPAN
These are functions which operate on an aggregate set of values all at
once.
COUNT
AVG
MIN
MAX
SUM
STD
STDDEV
=head2 :system
These are functions which return information about the MySQL server.
DATABASE
USER
SYSTEM_USER
SESSION_USER
VERSION
CONNECTION_ID
LAST_INSERT_ID
GET_LOCK
RELEASE_LOCK
BENCHMARK
MASTER_POS_WAIT
=head2 :control
These are flow control functions:
IFNULL
NULLIF
IF
=head2 :misc
These are functions which don't fit into any other categories.
ENCRYPT
ENCODE
DECODE
FORMAT
INET_NTOA
INET_ATON
BIT_OR
BIT_AND
PASSWORD
MD5
LOAD_FILE
=head2 :fulltext
These are functions related to MySQL's fulltext searching
capabilities.
MATCH
AGAINST
IN_BOOLEAN_MODE
NOTE: In MySQL 4.0 and greater, it is possible to say that a search is
in boolean mode in order to change how MySQL handles the argument
given to AGAINST. This will not work with earlier versions.
=head2 :common
These are functions from other groups that are most commonly used.
NOW
COUNT
AVG
MIN
MAX
SUM
DISTINCT
=head1 AUTHOR
Dave Rolsky, <dave@urth.org>
=cut
( run in 0.316 second using v1.01-cache-2.11-cpan-a1f116cd669 )