|
libasynql
3.2.0
Asynchronous MySQL access library for PocketMine plugins.
|
Public Member Functions | |
| __construct (string $problem, int $lineNo, string $file=null) | |
| getProblem () | |
| getLineNo () | |
| getQueryFile () | |
Definition at line 27 of file GenericStatementFileParseException.php.
| __construct | ( | string | $problem, |
| int | $lineNo, | ||
| string | $file = null |
||
| ) |
Definition at line 32 of file GenericStatementFileParseException.php.
| getLineNo | ( | ) |
Definition at line 44 of file GenericStatementFileParseException.php.
| getProblem | ( | ) |
Definition at line 40 of file GenericStatementFileParseException.php.
| getQueryFile | ( | ) |
Definition at line 48 of file GenericStatementFileParseException.php.