The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::WeSQL::SqlFunc - A library of functions to deal with the SQL database

SYNOPSIS

  use Apache::WeSQL::SqlFunc qw( :all );

DESCRIPTION

This module contains all functions necessary to deal with SQL databases in an easy way. You may call these functions directly from any WeSQL document.

This module is part of the WeSQL package, version 0.53

(c) 2000-2002 by Ward Vandewege

EXPORT

None by default. Possible: sqlConnect sqlDisconnect sqlSelect sqlSelectMany sqlPrepareInsert sqlExecuteInsert sqlInsert sqlInsertReturn sqlUpdate sqlDelete sqlGeneric

AUTHOR

Ward Vandewege, <ward@pong.be>

SEE ALSO

Apache::WeSQL, Apache::WeSQL::AppHandler