PHP 클래스 Codeception\Lib\Driver\ExtendedMySql

상속: extends Codeception\Lib\Driver\MySql
파일 보기 프로젝트 열기: lucatume/wp-browser

공개 메소드들

메소드 설명
insertOrUpdate ( string $tableName, array $data ) : string Returns the statement to insert or update an entry in the database.

보호된 메소드들

메소드 설명
getAssignmentsFor ( array $data, $glue = ', ' )

메소드 상세

getAssignmentsFor() 보호된 메소드

protected getAssignmentsFor ( array $data, $glue = ', ' )
$data array

insertOrUpdate() 공개 메소드

Returns the statement to insert or update an entry in the database.
public insertOrUpdate ( string $tableName, array $data ) : string
$tableName string The table name to use
$data array Key/value pairs of the data to insert/update.
리턴 string The query string ready to be prepared.