PHP Класс Spatie\DbDumper\Databases\PostgreSql

Наследование: extends Spatie\DbDumper\DbDumper
Показать файл Открыть проект

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

Свойство Тип Описание
$useInserts boolean

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

Метод Описание
__construct ( )
dumpToFile ( string $dumpFile ) Dump the contents of the database to the given file.
getContentsOfCredentialsFile ( ) : string
getDumpCommand ( string $dumpFile ) : string Get the command that should be performed to dump the database.
useInserts ( )

Защищенные методы

Метод Описание
getEnvironmentVariablesForDumpCommand ( string $temporaryCredentialsFile ) : array
guardAgainstIncompleteCredentials ( )

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

__construct() публичный Метод

public __construct ( )

dumpToFile() публичный Метод

Dump the contents of the database to the given file.
public dumpToFile ( string $dumpFile )
$dumpFile string

getContentsOfCredentialsFile() публичный Метод

public getContentsOfCredentialsFile ( ) : string
Результат string

getDumpCommand() публичный Метод

Get the command that should be performed to dump the database.
public getDumpCommand ( string $dumpFile ) : string
$dumpFile string
Результат string

getEnvironmentVariablesForDumpCommand() защищенный Метод

protected getEnvironmentVariablesForDumpCommand ( string $temporaryCredentialsFile ) : array
$temporaryCredentialsFile string
Результат array

guardAgainstIncompleteCredentials() защищенный Метод

useInserts() публичный Метод

public useInserts ( )

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

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

protected bool $useInserts
Результат boolean