NAME
SQL::SimpleOps - SQL Simple Operations
CURRENT VERSION
2024.213.1
PREFACE
This module is not a statement parser, contrariwise, it consists of an SQL command builder and executor.
Before any implementation, we recommend seeing the section FULL DOCUMENTATION.
I wish it to be useful in the development of your applications.
This documment do not will provide concepts about SQL Commands and Relational Database Services. We understand that the developer has adequate knowledge of these parameters and commands.
Before any implementation, we recommend seeing the section DESCRIPTION for considerations/restrictions and the EXTENDED EXAMPLES to see some use cases.
ATTENTION
For end users of previous versions 2023.284.1, only:
This version provides changes to the "where clause" and "translation fields" and may provide different results than previous versions.
Before applying this version, you should retest your SQL command to verify the formatting created by previous versions.
TOPICS
USAGE
DESCRIPTION
METHODS
WHERE
PLUGINS
CONSTANTS
MESSAGES
EXAMPLES
EXAMPLES_EXTENDED
CHANGELOG
CPAN DOCUMENTATION
See: CPAN SQL::SimpleOps Module
COPYRIGHT
Copyright (c) Carlos Celso.
LICENSE
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see LICENSES.
ENDED