MySQL
MySQL is a premier database used in millions of production environments around the world. Easily plug your MySQL database into any web service.
MySQL is a premier database used in millions of production environments around the world. Easily plug your MySQL database into any web service.
Execute query with data set return
Parameters:
Returns:
Execute query with scalar return
Parameters:
Returns:
Delete items from table
Parameters:
Returns:
Insert single row into table
Parameters:
Returns:
Insert items into table
Parameters:
Returns:
Save items into table (using INSERT or UPDATE)
Parameters:
Returns:
Select data from table
Parameters:
Returns:
Update single row in table
Parameters:
Returns:
Update items in table
Parameters:
Returns:
Create new table
Parameters:
Returns:
Delete table
Parameters:
Returns:
Returns table metadata by name
Parameters:
Returns:
Get tables list for database
Parameters:
Returns:
Execute procedure and returns array of results
Parameters:
Returns:
Execute stored procedure with single return value
Parameters:
Returns:
Execute stored procedure without return value
Parameters:
Returns: