libasynql
3.2.0
Asynchronous MySQL access library for PocketMine plugins.
|
Public Member Functions | |
getDialect () | |
Public Member Functions inherited from GenericStatementImpl | |
getName () | |
getQuery () | |
getDoc () | |
getVariables () | |
getFile () | |
getLineNumber () | |
__construct (string $name, string $query, string $doc, array $variables, ?string $file, int $lineNo) | |
format (array $vars, ?string $placeHolder, ?array &$outArgs) | |
jsonSerialize () | |
Protected Member Functions | |
formatVariable (GenericVariable $variable, $value, ?string $placeHolder, array &$outArgs) | |
Protected Member Functions inherited from GenericStatementImpl | |
compilePositions () | |
formatVariable (GenericVariable $variable, $value, ?string $placeHolder, array &$outArgs) | |
Additional Inherited Members | |
Static Public Member Functions inherited from GenericStatementImpl | |
static | forDialect (string $dialect, string $name, string $query, string $doc, array $variables, ?string $file, int $lineNo) |
Protected Attributes inherited from GenericStatementImpl | |
$name | |
$query | |
$doc | |
$variables | |
$file | |
$lineNo | |
$varPositions = [] | |
Definition at line 36 of file SqliteStatementImpl.php.
|
protected |
Definition at line 41 of file SqliteStatementImpl.php.
getDialect | ( | ) |
Returns the dialect this query is intended for.
Implements GenericStatement.
Definition at line 37 of file SqliteStatementImpl.php.