public interface GridQueryProperty
| Modifier and Type | Method and Description |
|---|---|
Object |
defaultValue()
Gets the default value for this property.
|
boolean |
key()
Property ownership flag.
|
String |
name() |
boolean |
notNull()
Gets the flag restricting
null value for this property. |
GridQueryProperty |
parent() |
int |
precision()
Gets precision for this property.
|
int |
scale()
Gets scale for this property.
|
void |
setValue(Object key,
Object val,
Object propVal)
Sets this property value for the given object.
|
Class<?> |
type() |
Object |
value(Object key,
Object val)
Gets this property value from the given object.
|
Object value(Object key, Object val) throws IgniteCheckedException
key - Key.val - Value.IgniteCheckedException - If failed.void setValue(Object key, Object val, Object propVal) throws IgniteCheckedException
key - Key.val - Value.propVal - Property value.IgniteCheckedException - If failed.String name()
Class<?> type()
boolean key()
true if this property belongs to key, false if it belongs to value.GridQueryProperty parent()
null if this property is not nested.boolean notNull()
null value for this property.true if property does not allow null value.Object defaultValue()
null if a default value is not set for the property.int precision()
int scale()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021