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


WeSQL documentation  | view source Contained in the WeSQL distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Ward Vandewege, <ward@pong.be>

SEE ALSO

Top

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


WeSQL documentation  | view source Contained in the WeSQL distribution.