Select
in package
implements
StatementInterface, Stringable
Table of Contents
Interfaces
- StatementInterface
- Stringable
Properties
- $column : Column
- $filter : Filter
- $group : Group
- $join : Join
- $limit : Limit
- $offset : Offset
- $order : Order
- $table : Table
Methods
- __construct() : mixed
- __toString() : string
- create() : Select
- statement() : array<string|int, mixed>
Properties
$column read-only
private
Column
$column
$filter read-only
private
Filter
$filter
$group read-only
private
Group
$group
$join read-only
private
Join
$join
$limit read-only
private
Limit
$limit
$offset read-only
private
Offset
$offset
$order read-only
private
Order
$order
$table read-only
private
Table
$table
Methods
__construct()
public
__construct(QueryObject $querySelect) : mixed
Parameters
- $querySelect : QueryObject
__toString()
public
__toString() : string
Return values
stringcreate()
public
static create(QueryObject $querySelect) : Select
Parameters
- $querySelect : QueryObject
Return values
Selectstatement()
public
statement() : array<string|int, mixed>