BaseBuilderInterface
in
Contract for the query builder
Tags
Table of Contents
- columns() : string
- COLUMNS
- count() : string
- COUNT
- from() : string
- FROM
- limit() : string
- LIMIT
- offset() : string
- OFFSET
- select() : string
- SELECT
- values() : string
- VALUES
Methods
columns()
COLUMNS
public
static columns(array<string|int, mixed> $columns) : string
Parameters
- $columns : array<string|int, mixed>
Return values
string —count()
COUNT
public
static count(string $values) : string
Parameters
- $values : string
Return values
string —from()
FROM
public
static from(string $table) : string
Parameters
- $table : string
Return values
string —limit()
LIMIT
public
static limit(int $rows) : string
Parameters
- $rows : int
Return values
string —offset()
OFFSET
public
static offset(int $count) : string
Parameters
- $count : int
Return values
string —select()
SELECT
public
static select(string $columns) : string
Parameters
- $columns : string
Return values
string —values()
VALUES
public
static values(array<string|int, mixed> $values) : string
Parameters
- $values : array<string|int, mixed>