| Modifier and Type | Method and Description |
|---|---|
static DatabaseEntityType |
DatabaseEntityType.forNumber(int value) |
DatabaseEntityType |
EntityMapping.getDraftType()
Type of draft entity.
|
DatabaseEntityType |
EntityMapping.Builder.getDraftType()
Type of draft entity.
|
DatabaseEntityType |
EntityMappingOrBuilder.getDraftType()
Type of draft entity.
|
DatabaseEntityType |
DatabaseEntity.getEntityType()
The type of the database entity (table, view, index, ...).
|
DatabaseEntityType |
DatabaseEntity.Builder.getEntityType()
The type of the database entity (table, view, index, ...).
|
DatabaseEntityType |
EntityDdlOrBuilder.getEntityType()
The entity type (if the DDL is for a sub entity).
|
DatabaseEntityType |
EntityIssue.getEntityType()
The entity type (if the DDL is for a sub entity).
|
DatabaseEntityType |
EntityIssue.Builder.getEntityType()
The entity type (if the DDL is for a sub entity).
|
DatabaseEntityType |
DatabaseEntityOrBuilder.getEntityType()
The type of the database entity (table, view, index, ...).
|
DatabaseEntityType |
EntityDdl.getEntityType()
The entity type (if the DDL is for a sub entity).
|
DatabaseEntityType |
EntityDdl.Builder.getEntityType()
The entity type (if the DDL is for a sub entity).
|
DatabaseEntityType |
EntityIssueOrBuilder.getEntityType()
The entity type (if the DDL is for a sub entity).
|
DatabaseEntityType |
MappingRuleOrBuilder.getRuleScope()
Required.
|
DatabaseEntityType |
MappingRule.getRuleScope()
Required.
|
DatabaseEntityType |
MappingRule.Builder.getRuleScope()
Required.
|
DatabaseEntityType |
EntityMapping.getSourceType()
Type of source entity.
|
DatabaseEntityType |
EntityMapping.Builder.getSourceType()
Type of source entity.
|
DatabaseEntityType |
SynonymEntity.getSourceType()
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
DatabaseEntityType |
SynonymEntity.Builder.getSourceType()
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
DatabaseEntityType |
EntityMappingOrBuilder.getSourceType()
Type of source entity.
|
DatabaseEntityType |
SynonymEntityOrBuilder.getSourceType()
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
static DatabaseEntityType |
DatabaseEntityType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatabaseEntityType |
DatabaseEntityType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseEntityType |
DatabaseEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseEntityType[] |
DatabaseEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DatabaseEntityType> |
DatabaseEntityType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
EntityMapping.Builder |
EntityMapping.Builder.setDraftType(DatabaseEntityType value)
Type of draft entity.
|
DatabaseEntity.Builder |
DatabaseEntity.Builder.setEntityType(DatabaseEntityType value)
The type of the database entity (table, view, index, ...).
|
EntityIssue.Builder |
EntityIssue.Builder.setEntityType(DatabaseEntityType value)
The entity type (if the DDL is for a sub entity).
|
EntityDdl.Builder |
EntityDdl.Builder.setEntityType(DatabaseEntityType value)
The entity type (if the DDL is for a sub entity).
|
MappingRule.Builder |
MappingRule.Builder.setRuleScope(DatabaseEntityType value)
Required.
|
EntityMapping.Builder |
EntityMapping.Builder.setSourceType(DatabaseEntityType value)
Type of source entity.
|
SynonymEntity.Builder |
SynonymEntity.Builder.setSourceType(DatabaseEntityType value)
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
Copyright © 2024 Google LLC. All rights reserved.