Class WPDA_Export_Formatted
This class should not be instantiated directly. Use it to built exports for specific types. Overwrite methods header, row and footer for your own type specific export.
author | Peter Schulz |
---|---|
since | 2.0.13 |
package | WPDataAccess\Utilities |
__construct()
since | 2.0.13 |
---|
export()
since | 2.0.13 |
---|
get_rows()
Result is stored in $this->rows.
since | 2.0.13 |
---|
header()
is_numeric(string $data_type) : boolean
string
Column data type
boolean
TRUE = numericrow($row)
send_export_file()
since | 2.0.13 |
---|
$columns : array | null
null
$data_types : array
array()
$row_count : integer
0
$rows : null
null
$schema_name : string
''
$statement : string
''
Select statement used to perform export.
$table_names : string
''
$table_primary_key : array
array()
$where : string
''
$wpda_list_columns : object | null
null