Uses of Class
org.apache.ignite.internal.processors.query.property.QueryBinaryProperty
-
Packages that use QueryBinaryProperty Package Description org.apache.ignite.internal.processors.query org.apache.ignite.internal.processors.query.property -
-
Uses of QueryBinaryProperty in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return QueryBinaryProperty Modifier and Type Method Description static QueryBinaryPropertyQueryUtils. buildBinaryProperty(GridKernalContext ctx, String pathStr, Class<?> resType, Map<String,String> aliases, boolean isKeyField, boolean notNull, Object dlftVal, int precision, int scale)Builds binary object property. -
Uses of QueryBinaryProperty in org.apache.ignite.internal.processors.query.property
Constructors in org.apache.ignite.internal.processors.query.property with parameters of type QueryBinaryProperty Constructor Description QueryBinaryProperty(GridKernalContext ctx, String propName, QueryBinaryProperty parent, Class<?> type, boolean key, String alias, boolean notNull, Object defaultValue, int precision, int scale)Constructor.
-