Definition
/**
* Start building a REINDEX DATABASE statement.
*
* Use chainable methods: ->concurrently(), ->verbose(), ->tablespace()
*
* Example: reindex_database('mydb')->concurrently()
*
* @param string $name The database name
*/
reindex_database(string $name) : ReindexFinalStep