UploadTemporaryComponent
extends Injectable
Table of Contents
Properties
-
$columnListWithType
: mixed
-
$header
: mixed
-
$insertRows
: mixed
-
$opt
: mixed
-
$rowsPerInsert
: mixed
-
$tableName
: mixed
-
$temporary
: mixed
Methods
-
__construct()
: mixed
-
addInsertRow()
: mixed
-
dropTable()
: mixed
-
dropTableScript()
: mixed
-
executeInsert()
: mixed
-
generateColumnList()
: mixed
-
insertedRowsCp()
: mixed
-
insertRows()
: mixed
-
createTable()
: mixed
-
formatRow()
: mixed
$columnListWithType
private
mixed
$columnListWithType
private
mixed
$header
$insertRows
private
mixed
$insertRows
$opt
private
mixed
$opt
$rowsPerInsert
private
mixed
$rowsPerInsert
$tableName
private
mixed
$tableName
$temporary
private
mixed
$temporary
__construct()
public
__construct(mixed $tableName, mixed $header[, mixed $opt = [] ][, mixed $temporary = true ]) : mixed
Parameters
-
$tableName
: mixed
-
-
$header
: mixed
-
-
$opt
: mixed
= []
-
-
$temporary
: mixed
= true
-
addInsertRow()
public
addInsertRow(mixed $row) : mixed
Parameters
-
$row
: mixed
-
dropTable()
public
dropTable([mixed $tableName = null ]) : mixed
Parameters
-
$tableName
: mixed
= null
-
dropTableScript()
public
dropTableScript([mixed $tableName = null ]) : mixed
Parameters
-
$tableName
: mixed
= null
-
executeInsert()
public
executeInsert() : mixed
generateColumnList()
public
generateColumnList() : mixed
insertedRowsCp()
public
insertedRowsCp() : mixed
insertRows()
public
insertRows(mixed $rows[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$rows
: mixed
-
-
$options
: array<string|int, mixed>
= []
-
createTable()
private
createTable() : mixed
private
formatRow(mixed $row[, mixed $options = [] ]) : mixed
Parameters
-
$row
: mixed
-
-
$options
: mixed
= []
-