Uses of Enum Class
redis.clients.jedis.graph.ResultSet.ColumnType
Packages that use ResultSet.ColumnType
Package
Description
This package contains the classes and interfaces related to RedisGraph module.
-
Uses of ResultSet.ColumnType in redis.clients.jedis.graph
Fields in redis.clients.jedis.graph declared as ResultSet.ColumnTypeModifier and TypeFieldDescriptionprivate static final ResultSet.ColumnType[]ResultSetBuilder.COLUMN_TYPESFields in redis.clients.jedis.graph with type parameters of type ResultSet.ColumnTypeModifier and TypeFieldDescriptionprivate final List<ResultSet.ColumnType> ResultSetBuilder.HeaderImpl.schemaTypesMethods in redis.clients.jedis.graph that return ResultSet.ColumnTypeModifier and TypeMethodDescriptionstatic ResultSet.ColumnTypeReturns the enum constant of this class with the specified name.static ResultSet.ColumnType[]ResultSet.ColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in redis.clients.jedis.graph that return types with arguments of type ResultSet.ColumnTypeModifier and TypeMethodDescriptionHeader.getSchemaTypes()ResultSetBuilder.HeaderImpl.getSchemaTypes()Constructor parameters in redis.clients.jedis.graph with type arguments of type ResultSet.ColumnTypeModifierConstructorDescriptionprivateHeaderImpl(List<ResultSet.ColumnType> schemaTypes, List<String> schemaNames)