libasynql
3.2.0
Asynchronous MySQL access library for PocketMine plugins.
|
Public Member Functions | |
__construct (?string $fileName, $fh) | |
parse () | |
getResults () | |
Definition at line 41 of file GenericStatementFileParser.php.
__construct | ( | ?string | $fileName, |
$fh | |||
) |
string | null | $fileName | |
resource | $fh |
Definition at line 69 of file GenericStatementFileParser.php.
getResults | ( | ) |
Definition at line 95 of file GenericStatementFileParser.php.
parse | ( | ) |
Parses the file, and closes the stream.
GenericStatementFileParseException | if the file contains a syntax error or compile error |
Definition at line 79 of file GenericStatementFileParser.php.