GetDatabasePlainArgs

data class GetDatabasePlainArgs(val databaseName: String) : ConvertibleToJava<GetDatabasePlainArgs>

Constructors

Link copied to clipboard
constructor(databaseName: String)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetDatabasePlainArgs