CSVImport
extends CSVImport
in package
Class created by Core/Internal/PluginsDeploy
Table of Contents
Methods
- getTableFilePath() : string
- Return the correct filepath for the table
- importFileSQL() : string
- Return the insert SQL reading a CSV file for the specific file
- importTableSQL() : string
- Return the insert SQL reading a CSV file for the specific table
- updateTableSQL() : string
Methods
getTableFilePath()
Return the correct filepath for the table
public
static getTableFilePath(string $table) : string
Parameters
- $table : string
Return values
stringimportFileSQL()
Return the insert SQL reading a CSV file for the specific file
public
static importFileSQL(string $table, string $filePath[, bool $update = false ]) : string
Parameters
- $table : string
- $filePath : string
- $update : bool = false
Return values
stringimportTableSQL()
Return the insert SQL reading a CSV file for the specific table
public
static importTableSQL(string $table) : string
Parameters
- $table : string
Return values
stringupdateTableSQL()
public
static updateTableSQL(string $table) : string
Parameters
- $table : string