public class Database
extends Object
implements org.apache.spark.sql.catalyst.DefinedByConstructorParams
listDatabases
method defined in Catalog
.
param: name name of the database. param: catalog name of the catalog that the table belongs to. param: description description of the database. param: locationUri path (in the form of a uri) to data files.
Constructor and Description |
---|
Database(String name,
String description,
String locationUri) |
Database(String name,
String catalog,
String description,
String locationUri) |
Modifier and Type | Method and Description |
---|---|
String |
catalog() |
String |
description() |
String |
locationUri() |
String |
name() |
String |
toString() |