Class QueryBinaryProperty

    • Constructor Detail

      • QueryBinaryProperty

        public QueryBinaryProperty​(GridKernalContext ctx,
                                   String propName,
                                   QueryBinaryProperty parent,
                                   Class<?> type,
                                   boolean key,
                                   String alias,
                                   boolean notNull,
                                   Object defaultValue,
                                   int precision,
                                   int scale)
        Constructor.
        Parameters:
        ctx - Kernal context.
        propName - Property name.
        parent - Parent property.
        type - Result type.
        key - true if key property, false otherwise.
        alias - Field alias.
        notNull - true if null value is not allowed.
        defaultValue - Default value.
        precision - Precision.
        scale - Scale.