Ubiquity  2.0.0
php rapid development framework
SqlExport Class Reference
+ Inheritance diagram for SqlExport:

Public Member Functions

 __construct ($batchSize=5)
 
 exports ($tableName, $fields, $condition="")
 
- Public Member Functions inherited from DataExport
 __construct ($batchSize=20)
 

Protected Member Functions

 batchOneRow ($row, $fields)
 
- Protected Member Functions inherited from DataExport
 generateInsert ($table, $fields, $datas)
 
 generateOneInsert ($table, $fields, $datas)
 
 batchRows ($rows, $fields)
 
 batchOneRow ($row, $fields)
 

Additional Inherited Members

- Protected Attributes inherited from DataExport
 $batchSize
 

Detailed Description

Definition at line 7 of file SqlExport.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $batchSize = 5)

Definition at line 9 of file SqlExport.php.

Member Function Documentation

◆ batchOneRow()

batchOneRow (   $row,
  $fields 
)
protected

Definition at line 18 of file SqlExport.php.

◆ exports()

exports (   $tableName,
  $fields,
  $condition = "" 
)

Definition at line 13 of file SqlExport.php.


The documentation for this class was generated from the following file: