PHP Класс Piwik\Updater\Migration\Db\BatchInsert

См. также: Factory::batchInsert()
См. также: Db\BatchInsert::tableInsertBatch()
Наследование: extends Piwik\Updater\Migration
Показать файл Открыть проект

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

Метод Описание
__construct ( string $table, array $columnNames, array $values, boolean $throwException, string $charset )
__toString ( )
doesThrowException ( ) : boolean
exec ( )
getCharset ( ) : string
getColumnNames ( )
getTable ( ) : string
getValues ( ) : array
shouldIgnoreError ( $exception )

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

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

public __construct ( string $table, array $columnNames, array $values, boolean $throwException, string $charset )
$table string
$columnNames array
$values array
$throwException boolean
$charset string

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

public __toString ( )

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

public doesThrowException ( ) : boolean
Результат boolean

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

public exec ( )

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

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

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

public getColumnNames ( )

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

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

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

public getValues ( ) : array
Результат array

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

public shouldIgnoreError ( $exception )