@Public public interface Database
Modifier and Type | Interface and Description |
---|---|
static class |
Database.DatabaseImpl
Implementation of
Database . |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
comment()
Optional comment of this database.
|
String |
name()
A name to identify this database.
|
static Database |
of(String name) |
static Database |
of(String name,
Map<String,String> options,
String comment) |
Map<String,String> |
options()
Options of this database.
|
String name()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.