public class NamedFieldImpl extends Object implements NamedField
| Constructor and Description |
|---|
NamedFieldImpl(String name)
Construct field using its name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
TarantoolFieldMetadata |
metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata)
Returns metadata object corresponding to the field identifier type
|
String |
toIdentifier()
Get serializable form of the identifier
|
public NamedFieldImpl(String name)
name - field name, should not be emptypublic TarantoolFieldMetadata metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
FieldIdentifiermetadata in interface FieldIdentifier<TarantoolFieldMetadata,String>metadata in interface NamedFieldmetadataOperations - for retrieving the operand metadata and checking the filed or index availabilityspaceMetadata - space metadata this field or index belongs topublic String toIdentifier()
FieldIdentifiertoIdentifier in interface FieldIdentifier<TarantoolFieldMetadata,String>toIdentifier in interface NamedFieldCopyright © 2025 Picodata. All rights reserved.