Database

class Database

The Database object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Data Catalog in which the database resides.

Link copied to clipboard

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

Link copied to clipboard

The time at which the metadata database was created in the catalog.

Link copied to clipboard

A description of the database.

Link copied to clipboard

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.

Link copied to clipboard

The location of the database (for example, an HDFS path).

Link copied to clipboard

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

Link copied to clipboard

These key-value pairs define parameters and properties of the database.

Link copied to clipboard

A DatabaseIdentifier structure that describes a target database for resource linking.

Functions

Link copied to clipboard
inline fun copy(block: Database.Builder.() -> Unit = {}): Database
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String