MySqlDatabaseResource
Handle
interface MySqlDatabaseResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, MySqlServerResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databaseName: string; readonly jdbcConnectionString: ReferenceExpression; readonly parent: MySqlServerResource; readonly uriExpression: ReferenceExpression; withCreationScript(script: string): MySqlDatabaseResource;}6 members
Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the MySQL database.
property
databaseNamestringgetGets the database name.
property
jdbcConnectionStringReferenceExpressiongetGets the JDBC connection string for the MySQL database.
property
parentMySqlServerResourcegetGets the parent MySQL container resource.
property
uriExpressionReferenceExpressiongetGets the connection URI expression for the MySQL database.
Methods
Defines the SQL script used to create the database.
withCreationScript(script: string): MySqlDatabaseResourceParameters
scriptstringReturns
MySqlDatabaseResource