Uses of Interface
org.apache.ignite.internal.processors.query.GridQueryProperty
-
Packages that use GridQueryProperty Package Description org.apache.ignite.internal.processors.query org.apache.ignite.internal.processors.query.property org.apache.ignite.spi.systemview.view.sql -
-
Uses of GridQueryProperty in org.apache.ignite.internal.processors.query
Classes in org.apache.ignite.internal.processors.query that implement GridQueryProperty Modifier and Type Class Description static classQueryUtils.KeyOrValPropertyProperty used for keyFieldName or valueFieldNameMethods in org.apache.ignite.internal.processors.query that return GridQueryProperty Modifier and Type Method Description static GridQueryPropertyQueryUtils. buildProperty(Class<?> keyCls, Class<?> valCls, String keyFieldName, String valueFieldName, String pathStr, Class<?> resType, Map<String,String> aliases, boolean notNull, CacheObjectContext coCtx)GridQueryPropertyGridQueryProperty. parent()GridQueryPropertyQueryUtils.KeyOrValProperty. parent()GridQueryPropertyGridQueryTypeDescriptor. property(String name)GridQueryPropertyQueryTypeDescriptorImpl. property(String name)Methods in org.apache.ignite.internal.processors.query that return types with arguments of type GridQueryProperty Modifier and Type Method Description Map<String,GridQueryProperty>GridQueryTypeDescriptor. properties()Map<String,GridQueryProperty>QueryTypeDescriptorImpl. properties()Methods in org.apache.ignite.internal.processors.query with parameters of type GridQueryProperty Modifier and Type Method Description voidQueryTypeDescriptorImpl. addProperty(GridQueryProperty prop, boolean failOnDuplicate)Adds property to the type descriptor.voidQueryTypeDescriptorImpl. addProperty(GridQueryProperty prop, boolean failOnDuplicate, boolean isField)Adds property to the type descriptor. -
Uses of GridQueryProperty in org.apache.ignite.internal.processors.query.property
Classes in org.apache.ignite.internal.processors.query.property that implement GridQueryProperty Modifier and Type Class Description classQueryBinaryPropertyBinary property.classQueryClassPropertyDescription of type property.Methods in org.apache.ignite.internal.processors.query.property that return GridQueryProperty Modifier and Type Method Description GridQueryPropertyQueryBinaryProperty. parent()GridQueryPropertyQueryClassProperty. parent() -
Uses of GridQueryProperty in org.apache.ignite.spi.systemview.view.sql
Constructors in org.apache.ignite.spi.systemview.view.sql with parameters of type GridQueryProperty Constructor Description SqlTableColumnView(TableDescriptor tbl, GridQueryProperty prop)
-