libasynql  3.2.0
Asynchronous MySQL access library for PocketMine plugins.
SqlDialect Interface Reference

Data Fields

const SQLITE = "sqlite"
 
const MYSQL = "mysql"
 

Detailed Description

Definition at line 25 of file SqlDialect.php.

Field Documentation

◆ MYSQL

const MYSQL = "mysql"

Definition at line 27 of file SqlDialect.php.

◆ SQLITE

const SQLITE = "sqlite"

Definition at line 26 of file SqlDialect.php.


The documentation for this interface was generated from the following file: