Share via


Catalog.ListDatabases Method

Definition

Returns a list of databases available across all sessions. The DataFrame contains the name, description and locationUri of each database.

public Microsoft.Spark.Sql.DataFrame ListDatabases ();
member this.ListDatabases : unit -> Microsoft.Spark.Sql.DataFrame
Public Function ListDatabases () As DataFrame

Returns

DataFrame with the name, description and locationUri of each database.

Applies to