JDatabaseDriver::getCreateDatabaseQuery
Return the query string to create new Database.
Each database driver, other than MySQL, need to override this member to return correct string.
Signature
protected function getCreateDatabaseQuery(stdClass
$options,
boolean
$utf )
Parameters
-
$options
- Object used to pass user and database name to database driver.
-
$utf
- True if the database supports the UTF-8 character set.
Returns
- string
- The query that creates database