Function DatabaseDriver->has_batch_inserts
Definitions
sources/database.php
- Find whether batch inserts are supported.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether they are
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether batch inserts are supported.
*
* @return boolean Whether they are
*/
public function has_batch_inserts() : bool
* Find whether batch inserts are supported.
*
* @return boolean Whether they are
*/
public function has_batch_inserts() : bool