Data Access and Manipulation

Classes used to represent objects that exist on the server-side that enable users to retrieve data.

VertexFrame(conn, name, schema, key, …)

VertexFrame object represents a collection of vertices held on the xGT server; it can be used to retrieve information about them and should not be instantiated directly by the user.

EdgeFrame(conn, name, schema, source, …)

EdgeFrame object represents a collection of edges held on the xGT server; it can be used to retrieve information about them and should not be instantiated directly by the user.

TableFrame(conn, name, schema, error_frame_name)

TableFrame object represent a table held on the xGT server; it can be used to retrieve information about it and should not be instantiated directly by the user.