libasynql  3.2.0
Asynchronous MySQL access library for PocketMine plugins.
MysqlStatementImpl Class Reference
Inheritance diagram for MysqlStatementImpl:
GenericStatementImpl GenericStatement

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 = []
 

Detailed Description

Definition at line 40 of file MysqlStatementImpl.php.

Member Function Documentation

◆ formatVariable()

formatVariable ( GenericVariable  $variable,
  $value,
?string  $placeHolder,
array &  $outArgs 
)
protected

Definition at line 45 of file MysqlStatementImpl.php.

◆ getDialect()

getDialect ( )

Returns the dialect this query is intended for.

Returns
string one of the constants in SqlDialect

Implements GenericStatement.

Definition at line 41 of file MysqlStatementImpl.php.


The documentation for this class was generated from the following file: