PHP 클래스 Amranidev\ScaffoldInterface\Datasystem\Database\Database

저자: Athi Krishnan ([email protected])
상속: implements Amranidev\ScaffoldInterface\Datasystem\Database\DatabaseContractInterface
파일 보기 프로젝트 열기: amranidev/scaffold-interface

보호된 프로퍼티들

프로퍼티 타입 설명
$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