-
Notifications
You must be signed in to change notification settings - Fork 0
berry.mysql.MySQLCommand
Nikos Siatras edited this page Sep 30, 2022
·
12 revisions
MySQLCommand represents a Transact-SQL statement or stored procedure to execute against a MySQL Server database.
public function __construct(MySQLConnection $mySQLConnection, String $query = "")