The Swoole\MySQL class

Introduction

Class synopsis

Swoole\MySQL
class Swoole\MySQL {
/* Methods */
public void close()
public void connect(array $server_config, callable $callback)
public void __destruct()
public ReturnType getBuffer()
public void on(string $event_name, callable $callback)
public ReturnType query(string $sql, callable $callback)
}
Table of Contents