Package redis.clients.jedis.graph
Class ResultSetBuilder.HeaderImpl
java.lang.Object
redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
- All Implemented Interfaces:
Header
- Enclosing class:
ResultSetBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateprivateHeaderImpl(List<ResultSet.ColumnType> schemaTypes, List<String> schemaNames) -
Method Summary
-
Field Details
-
schemaTypes
-
schemaNames
-
-
Constructor Details
-
HeaderImpl
private HeaderImpl() -
HeaderImpl
-
-
Method Details
-
getSchemaNames
- Specified by:
getSchemaNamesin interfaceHeader- Returns:
- a list of column names, ordered by they appearance in the query
-
getSchemaTypes
- Specified by:
getSchemaTypesin interfaceHeader- Returns:
- a list of column types, ordered by they appearance in the query
-
equals
-
hashCode
public int hashCode() -
toString
-