| Package | Description |
|---|---|
| com.facebook.presto.hive.metastore | |
| com.facebook.presto.hive.metastore.file |
| Modifier and Type | Method and Description |
|---|---|
PrincipalType |
Database.getOwnerType() |
static PrincipalType |
PrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalType[] |
PrincipalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Database.Builder |
Database.Builder.setOwnerType(PrincipalType ownerType) |
| Constructor and Description |
|---|
Database(String databaseName,
Optional<String> location,
String ownerName,
PrincipalType ownerType,
Optional<String> comment,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalType |
DatabaseMetadata.getOwnerType() |
| Constructor and Description |
|---|
DatabaseMetadata(String ownerName,
PrincipalType ownerType,
Optional<String> comment,
Map<String,String> parameters) |
Copyright © 2012-2017. All Rights Reserved.