| Login | Register | |||
| Recommend this page to a friend! |
| Classes of Carlo Tasca | > | My One Line SQL | > | Download | > | > | > | |||||
|
|||||||||||||||||||||||
| Author | Detailed description | |||||
| Applications | ||||||
Author
Groups
Detailed descriptionThis package can be used to compose and execute common types of MySQL database queries.
It can run several types of common queries within a single call using eventual parameters to define queries that take variable values. Currently it supports the following types of queries: - SELECT what FROM tablename - SELECT what FROM tablename WHERE where_expression - SELECT what FROM tablename ORDER BY order_expression ASC/DESC - SELECT what FROM tablename WHERE where_expression ORDER BY order_text ASC/DESC - SELECT what FROM tablename WHERE where_expression ORDER BY order_text ASC/DESC LIMIT query_limits - UPDATE tablename SET which_set WHERE where_expression - INSERT INTO tablename (fields) VALUES (which_VALUES) - CREATE TABLE table_structure - ALTER TABLE tablename ADD add_what AFTER after_what - SHOW TABLES - DROP TABLE tablename - DELETE FROM tablename WHERE where_expression - OPTIMIZE TABLE tablename User ratings
Applications that use this classNo application links were specified for this class.
Files
|
| Copyright (c) Icontem 1999-2009 | PHP Classes | - PHP Class Scripts |
| PHP Book Reviews | - Reviews of books and other products |