| Package | Description |
|---|---|
| gudusoft.gsqlparser.sqlenv |
| Modifier and Type | Method and Description |
|---|---|
IdentifierProfile.ObjectGroup |
ApproximateIdentifierKey.getGroup()
Object group — part of key identity, like the exact key's.
|
IdentifierProfile.ObjectGroup |
CanonKey.getGroup() |
IdentifierProfile.ObjectGroup |
PersistentIdentifierKey.getGroup()
Object group — group IS identity (owner decision 4).
|
IdentifierProfile.ObjectGroup |
IdentifierProfile.groupOf(ESQLDataObjectType objectType)
将对象类型映射到对象组(公开访问器,供
CanonKey 的规则域标识使用) |
static IdentifierProfile.ObjectGroup |
IdentifierProfile.ObjectGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierProfile.ObjectGroup[] |
IdentifierProfile.ObjectGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IdentifierProfile.Builder |
IdentifierProfile.Builder.withRules(IdentifierProfile.ObjectGroup group,
IdentifierRules rules)
Override the rules for a specific object group.
|
| Constructor and Description |
|---|
ApproximateIdentifierKey(String policyId,
IdentifierProfile.ObjectGroup group,
String payload)
Rehydrate a key from its persisted fields.
|
PersistentIdentifierKey(String policyId,
IdentifierProfile.ObjectGroup group,
String payload)
Rehydrate a key from its persisted fields.
|