com.tigergraph.jdbc.common.TableResults Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tigergraph-jdbc-driver Show documentation
Show all versions of tigergraph-jdbc-driver Show documentation
This project is a type 4 jdbc driver which implemented the standard jdbc interface. It supports connectivity to tigergraph server and varieties of query types.
package com.tigergraph.jdbc.common;
import java.util.List;
import java.util.Map;
/** Represent a tabular result. */
public class TableResults {
/**
* Each row may have multiple columns, each column has its name and value. This information is
* stored in a map. So the list of map represents a table.
*/
private List