Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
__construct ($batchSize=5) | |
exports ($tableName, $fields, $condition="") | |
Protected Member Functions | |
batchOneRow ($row, $fields) | |
Protected Member Functions inherited from DataExport | |
generateInsert ($table, $fields, $datas) | |
generateOneInsert ($table, $fields, $datas) | |
batchRows ($rows, $fields) | |
Additional Inherited Members | |
Protected Attributes inherited from DataExport | |
$batchSize | |
Definition at line 15 of file SqlExport.php.
__construct | ( | $batchSize = 5 | ) |
Reimplemented from DataExport.
Definition at line 17 of file SqlExport.php.
|
protected |
Reimplemented from DataExport.
Definition at line 26 of file SqlExport.php.
exports | ( | $tableName, | |
$fields, | |||
$condition = "" |
|||
) |
Definition at line 21 of file SqlExport.php.