PHP Класс Amranidev\ScaffoldInterface\Datasystem\Database\Database

Автор: Athi Krishnan ([email protected])
Наследование: implements Amranidev\ScaffoldInterface\Datasystem\Database\DatabaseContractInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$skips array table names to be skipped in the result.

Открытые методы

Метод Описание
getQuery ( ) : string Retrieve the database query for querying all tables.
skipNames ( ) : Collection Table names to be skipped in the result.
skips ( ) : Collection Table names to be skipped in the result.
tableNames ( ) : Collection retrieve table names from database.

Описание методов

getQuery() абстрактный публичный метод

Retrieve the database query for querying all tables.
abstract public getQuery ( ) : string
Результат string

skipNames() абстрактный публичный метод

Table names to be skipped in the result.
abstract public skipNames ( ) : Collection
Результат Illuminate\Support\Collection

skips() публичный метод

Table names to be skipped in the result.
public skips ( ) : Collection
Результат Illuminate\Support\Collection

tableNames() публичный метод

retrieve table names from database.
public tableNames ( ) : Collection
Результат Illuminate\Support\Collection

Описание свойств

$skips защищенное свойство

table names to be skipped in the result.
protected array $skips
Результат array