Package redis.clients.jedis.graph
Interface Header
- All Known Implementing Classes:
ResultSetBuilder.HeaderImpl
public interface Header
Query response header interface. Represents the response schema (column names and types)
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSchemaTypes
List<ResultSet.ColumnType> getSchemaTypes() -
getSchemaNames
-