Explain
extends Statement
in package
FinalYes
Tags
Table of Contents
Properties
- $modifiers : int
- $schemas : array<string|int, mixed>
- $statement_syntax_pregs : array<string|int, mixed>
- $utility_statement_syntax_pregs : array<string|int, mixed>
- $hashCode : int
- $hashCounter : int
- $table : ITable
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- __toString() : mixed
- {@inheritdoc}
- extends() : bool
- fromString() : IStatement|null
- getReflection() : ReflectionClass
- getTable() : ITable
- init() : mixed
- setSchemas() : mixed
- setTable() : mixed
Properties
$modifiers
protected
int
$modifiers
$schemas
protected
array<string|int, mixed>
$schemas
= []
$statement_syntax_pregs
protected
static array<string|int, mixed>
$statement_syntax_pregs
= ["ddl" => "", "dml" => "/^(CALL|DELETE|DO|HANDLE|IMPORT TABLE|INSERT|LOAD DATA INFILE|LOAD XML|REPLACE|SELECT|WITH)/i", "tcl" => "", "utility" => "/^(DESCRIBE|DESC|EXPLAIN|HELP|USE)/i"]
$utility_statement_syntax_pregs
protected
static array<string|int, mixed>
$utility_statement_syntax_pregs
= ["explain" => "/^(EXPLAIN|DESC|DESCRIBE)/i"]
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
$table
private
ITable
$table
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct(array<string|int, mixed> $schemas[, ITable $table = null ]) : mixed
Parameters
- $schemas : array<string|int, mixed>
-
The schemas the statement is to be created for and to/will be executed on
- $table : ITable = null
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
__toString()
{@inheritdoc}
public
__toString() : mixed
Tags
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolfromString()
public
static fromString(string $statement, array<string|int, mixed> $schemas) : IStatement|null
Parameters
- $statement : string
- $schemas : array<string|int, mixed>
-
The schemas the statement is to be created for and to/will be executed on
Tags
Return values
IStatement|nullgetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassgetTable()
public
getTable() : ITable
Return values
ITableinit()
protected
init() : mixed
setSchemas()
protected
setSchemas(array<string|int, mixed> $schemas) : mixed
Parameters
- $schemas : array<string|int, mixed>
setTable()
private
setTable(ITable $table) : mixed
Parameters
- $table : ITable