JDatabaseDriver::createDatabase
Create a new database using information from $options object, obtaining query string from protected member.
Signature
public function createDatabase(stdClass
$options,
[boolean
$utf = true] )
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
Errors/Exceptions
-
RuntimeException