Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
SqlExport Class Reference
+ Inheritance diagram for SqlExport:

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
 

Detailed Description

Definition at line 15 of file SqlExport.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $batchSize = 5)

Reimplemented from DataExport.

Definition at line 17 of file SqlExport.php.

Member Function Documentation

◆ batchOneRow()

batchOneRow (   $row,
  $fields 
)
protected

Reimplemented from DataExport.

Definition at line 26 of file SqlExport.php.

◆ exports()

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

Definition at line 21 of file SqlExport.php.


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