createStatement property

String? createStatement
getter/setter pair

A `CREATE DATABASE` statement, which specifies the ID of the new database.

The database ID must conform to the regular expression `a-z*[a-z0-9]` and be between 2 and 30 characters in length. If the database ID is a reserved word or if it contains a hyphen, the database ID must be enclosed in backticks (`` ` ``).

Required.

Implementation

core.String? createStatement;