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.52

(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, <[email protected]>


SEE ALSO

the Apache::WeSQL manpage, the Apache::WeSQL::AppHandler manpage