类 VertexTable

所有已实现的接口:
Serializable

public class VertexTable extends GraphTable implements Serializable
为什么不用VertexType或VertexCollection,因为type容易误会成一个属性,collection容易误会成结果集
另请参阅:
  • 构造器详细资料

    • VertexTable

      public VertexTable()
    • VertexTable

      public VertexTable(String name)
    • VertexTable

      public VertexTable(String schema, String table)
    • VertexTable

      public VertexTable(Schema schema, String table)
    • VertexTable

      public VertexTable(String catalog, String schema, String name)
    • VertexTable

      public VertexTable(Catalog catalog, Schema schema, String name)