|
libasynql
3.2.0
Asynchronous MySQL access library for PocketMine plugins.
|
Public Member Functions | |
| __construct (string $name, string $type, int $flags, int $mysqlType) | |
| getFlags () | |
| hasFlag (int $flag) | |
| getMysqlType () | |
Public Member Functions inherited from SqlColumnInfo | |
| __construct (string $name, string $type) | |
| getName () | |
| getType () | |
Additional Inherited Members | |
Data Fields inherited from SqlColumnInfo | |
| 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 27 of file MysqlColumnInfo.php.
| __construct | ( | string | $name, |
| string | $type, | ||
| int | $flags, | ||
| int | $mysqlType | ||
| ) |
Definition at line 31 of file MysqlColumnInfo.php.
| getFlags | ( | ) |
Definition at line 37 of file MysqlColumnInfo.php.
| getMysqlType | ( | ) |
Definition at line 45 of file MysqlColumnInfo.php.
| hasFlag | ( | int | $flag | ) |
Definition at line 41 of file MysqlColumnInfo.php.