Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
BulkDeletes Class Reference

Ubiquity\orm\bulk$BulkDeletes This class is part of Ubiquity. More...

+ Inheritance diagram for BulkDeletes:

Public Member Functions

 addInstance ($instance, $id=null)
 
 createSQL ()
 
 groupOp ($count=5)
 
- Public Member Functions inherited from AbstractBulks
 __construct ($className)
 
 addInstances ($instances)
 
 addInstance ($instance)
 
 flush ()
 
 clear ()
 Remove all instances and parameters from this bulk.
 
 count ()
 Count all elements in instances to be flush.
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractBulks
 getQuotedKeys ($fields, $quote)
 
 updateInstanceRest ($instance)
 
 execGroupTrans ($sql)
 
- Protected Attributes inherited from AbstractBulks
 $class
 
 $pkName
 
 $fields
 
 $tableName
 
 $db
 
 $instances = [ ]
 
 $parameters
 
 $dbType
 
 $insertFields
 
 $memberNames
 

Detailed Description

Ubiquity\orm\bulk$BulkDeletes This class is part of Ubiquity.

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.0

Definition at line 15 of file BulkDeletes.php.

Member Function Documentation

◆ addInstance()

addInstance (   $instance,
  $id = null 
)

Definition at line 17 of file BulkDeletes.php.

◆ createSQL()

createSQL ( )

Reimplemented from AbstractBulks.

Definition at line 22 of file BulkDeletes.php.

◆ groupOp()

groupOp (   $count = 5)

Definition at line 30 of file BulkDeletes.php.


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