Databases: DB Operations
Anjani Kumar Piratla (contact me)
This class is a wrapper around MySQL databases to execute most type of database SQL queries. It can:
- Connect to MySQL server and select database to work with
- Delete records from a table using and without using the where clause
- Update records of a table
- Drop a table from a database
- Create a table
- Insert values into a table
- Show all tables in a database
- Show all databases
- Fetch and display all records from a table
- Close database connection
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (75.0%)
| -
| Not sure (56.3%)
| -
| -
| Not sure (50.6%)
| 1219 |
Click here for detailed information about this class on phpclasses.org