withCreationScript
Method
interface MySqlDatabaseResource { // ... omitted for brevity withCreationScript(script: string): MySqlDatabaseResource;}Signature
method
withCreationScript builder Defines the SQL script used to create the database.
withCreationScript(script: string): MySqlDatabaseResourceParameters
script string Returns
MySqlDatabaseResource Applies to
This method applies to the following types: