libasynql
3.2.0
Asynchronous MySQL access library for PocketMine plugins.
|
Public Member Functions | |
getDialect () | |
getName () | |
getQuery () | |
getDoc () | |
getVariables () | |
getFile () | |
getLineNumber () | |
format (array $vars, ?string $placeHolder, ?array &$outArgs) | |
Definition at line 27 of file GenericStatement.php.
format | ( | array | $vars, |
?string | $placeHolder, | ||
?array & | $outArgs | ||
) |
Creates a query based on the args and the backend
mixed[] | $vars the input arguments | |
string | null | $placeHolder | the backend-dependent variable placeholder constant, if any |
mixed[] | &$outArgs will be filled with the variables to be passed to the backend |
Implemented in GenericStatementImpl.
getDialect | ( | ) |
Returns the dialect this query is intended for.
Implemented in MysqlStatementImpl, and SqliteStatementImpl.
getDoc | ( | ) |
Implemented in GenericStatementImpl.
getFile | ( | ) |
Implemented in GenericStatementImpl.
getLineNumber | ( | ) |
Implemented in GenericStatementImpl.
getName | ( | ) |
getQuery | ( | ) |
Implemented in GenericStatementImpl.
getVariables | ( | ) |
Returns the variables required by this statement
Implemented in GenericStatementImpl.