Package com.redislabs.redisgraph
Interface Header
-
- All Known Implementing Classes:
HeaderImpl
public interface HeaderQuery response header interface. Represents the response schema (column names and types)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHeader.ResultSetColumnTypes
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getSchemaNames()List<Header.ResultSetColumnTypes>getSchemaTypes()
-
-
-
Method Detail
-
getSchemaTypes
List<Header.ResultSetColumnTypes> getSchemaTypes()
-
-