class Sequel::Postgres::PropertyGraph::Table

Represents a GRAPH_TABLE expression, used to query a property graph via graph pattern matching. This is used in place of a table name expression or dataset in a SELECT query. These are created by calling graph_table on the related Database object.

Table uses a method chaining design, similar to Dataset, where methods return modified frozen copies of the object.