Ubiquity
2.0.0
php rapid development framework
|
Public Member Functions | |
__construct ($batchSize=5) | |
exports ($tableName, $fields, $condition="") | |
![]() | |
__construct ($batchSize=20) | |
Protected Member Functions | |
batchOneRow ($row, $fields) | |
![]() | |
generateInsert ($table, $fields, $datas) | |
generateOneInsert ($table, $fields, $datas) | |
batchRows ($rows, $fields) | |
batchOneRow ($row, $fields) | |
Additional Inherited Members | |
![]() | |
$batchSize | |
Definition at line 7 of file SqlExport.php.
__construct | ( | $batchSize = 5 | ) |
Definition at line 9 of file SqlExport.php.
|
protected |
Definition at line 18 of file SqlExport.php.
exports | ( | $tableName, | |
$fields, | |||
$condition = "" |
|||
) |
Definition at line 13 of file SqlExport.php.