libasynql
3.2.0
Asynchronous MySQL access library for PocketMine plugins.
|
Public Member Functions | |
__construct (string $name, string $type) | |
getName () | |
getType () | |
Data Fields | |
const | TYPE_STRING = "string" |
const | TYPE_INT = "int" |
const | TYPE_FLOAT = "float" |
const | TYPE_TIMESTAMP = "timestamp" |
const | TYPE_BOOL = "bool" |
const | TYPE_NULL = "null" |
const | TYPE_OTHER = "unknown" |
Definition at line 25 of file SqlColumnInfo.php.
__construct | ( | string | $name, |
string | $type | ||
) |
Definition at line 37 of file SqlColumnInfo.php.
getName | ( | ) |
Definition at line 42 of file SqlColumnInfo.php.
getType | ( | ) |
Definition at line 46 of file SqlColumnInfo.php.
const TYPE_BOOL = "bool" |
Definition at line 30 of file SqlColumnInfo.php.
const TYPE_FLOAT = "float" |
Definition at line 28 of file SqlColumnInfo.php.
const TYPE_INT = "int" |
Definition at line 27 of file SqlColumnInfo.php.
const TYPE_NULL = "null" |
Definition at line 31 of file SqlColumnInfo.php.
const TYPE_OTHER = "unknown" |
Definition at line 32 of file SqlColumnInfo.php.
const TYPE_STRING = "string" |
Definition at line 26 of file SqlColumnInfo.php.
const TYPE_TIMESTAMP = "timestamp" |
Definition at line 29 of file SqlColumnInfo.php.