Interface GridQueryProperty

    • Method Detail

      • name

        String name()
        Returns:
        Property name.
      • type

        Class<?> type()
        Returns:
        Class member type.
      • key

        boolean key()
        Property ownership flag.
        Returns:
        true if this property belongs to key, false if it belongs to value.
      • parent

        GridQueryProperty parent()
        Returns:
        Parent property or null if this property is not nested.
      • notNull

        boolean notNull()
        Gets the flag restricting null value for this property.
        Returns:
        true if property does not allow null value.
      • defaultValue

        Object defaultValue()
        Gets the default value for this property.
        Returns:
        null if a default value is not set for the property.
      • precision

        int precision()
        Gets precision for this property.
        Returns:
        Precision for a decimal property or -1.
      • scale

        int scale()
        Gets scale for this property.
        Returns:
        Scale for a decimal property or -1.