PHP 클래스 Spatie\DbDumper\Databases\MySql

상속: extends Spatie\DbDumper\DbDumper
파일 보기 프로젝트 열기: spatie/db-dumper 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$useExtendedInserts boolean
$useSingleTransaction boolean

공개 메소드들

메소드 설명
__construct ( )
dontUseExtendedInserts ( )
dontUseSingleTransaction ( )
dumpToFile ( string $dumpFile ) Dump the contents of the database to the given file.
getContentsOfCredentialsFile ( ) : string
getDumpCommand ( string $dumpFile, string $temporaryCredentialsFile ) : string Get the command that should be performed to dump the database.
useExtendedInserts ( )
useSingleTransaction ( )

보호된 메소드들

메소드 설명
guardAgainstIncompleteCredentials ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

dontUseExtendedInserts() 공개 메소드

dontUseSingleTransaction() 공개 메소드

dumpToFile() 공개 메소드

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

getContentsOfCredentialsFile() 공개 메소드

getDumpCommand() 공개 메소드

Get the command that should be performed to dump the database.
public getDumpCommand ( string $dumpFile, string $temporaryCredentialsFile ) : string
$dumpFile string
$temporaryCredentialsFile string
리턴 string

guardAgainstIncompleteCredentials() 보호된 메소드

useExtendedInserts() 공개 메소드

public useExtendedInserts ( )

useSingleTransaction() 공개 메소드

프로퍼티 상세

$useExtendedInserts 보호되어 있는 프로퍼티

protected bool $useExtendedInserts
리턴 boolean

$useSingleTransaction 보호되어 있는 프로퍼티

protected bool $useSingleTransaction
리턴 boolean