Uses of Enum Class
redis.clients.jedis.graph.ResultSetBuilder.ScalarType
Packages that use ResultSetBuilder.ScalarType
Package
Description
This package contains the classes and interfaces related to RedisGraph module.
-
Uses of ResultSetBuilder.ScalarType in redis.clients.jedis.graph
Fields in redis.clients.jedis.graph declared as ResultSetBuilder.ScalarTypeModifier and TypeFieldDescriptionprivate static final ResultSetBuilder.ScalarType[]ResultSetBuilder.SCALAR_TYPESMethods in redis.clients.jedis.graph that return ResultSetBuilder.ScalarTypeModifier and TypeMethodDescriptionprivate static ResultSetBuilder.ScalarTypeResultSetBuilder.getScalarType(int index) private ResultSetBuilder.ScalarTypeResultSetBuilder.getValueTypeFromObject(Object rawScalarType) Auxiliary function to retrieve scalar typesstatic ResultSetBuilder.ScalarTypeReturns the enum constant of this class with the specified name.static ResultSetBuilder.ScalarType[]ResultSetBuilder.ScalarType.values()Returns an array containing the constants of this enum class, in the order they are declared.