Database class

Represents a SQL database on the Cloud SQL instance.

Constructors

Database({String? charset, String? collation, String? etag, String? instance, String? kind, String? name, String? project, String? selfLink, SqlServerDatabaseDetails? sqlserverDatabaseDetails})
Database.fromJson(Map _json)

Properties

charset String?
The Cloud SQL charset value.
getter/setter pair
collation String?
The Cloud SQL collation value.
getter/setter pair
etag String?
This field is deprecated and will be removed from a future version of the API.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instance String?
The name of the Cloud SQL instance.
getter/setter pair
kind String?
This is always sql#database.
getter/setter pair
name String?
The name of the database in the Cloud SQL instance.
getter/setter pair
project String?
The project ID of the project containing the Cloud SQL database.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
The URI of this resource.
getter/setter pair
sqlserverDatabaseDetails SqlServerDatabaseDetails?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited