ImportSettings
final class ImportSettings (View source)
Properties
| static bool | $charsetConversion | ||
| static string | $charsetOfFile | ||
| static int | $readMultiply | ||
| static int | $readLimit | ||
| static bool | $goSql | ||
| static bool | $sqlQueryDisabled | ||
| static int | $maxSqlLength | ||
| static int | $skipQueries | ||
| static int | $executedQueries | ||
| static array<array{sql: string, error: string}> | $failedQueries | ||
| static bool | $timeoutPassed | ||
| static string | $importNotice | ||
| static int | $offset | ||
| static bool | $finished | ||
| static bool | $runQuery | ||
| static int | $maximumTime | ||
| static int | $timestamp | ||
| static string | $message | ||
| static string | $importFile | ||
| static "query"|"table"|"database"|"server"|"" | $importType | ||
| static string | $importFileName | ||
| static string | $localImportFile |