接口 OuterSchema.SchemaOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    OuterSchema.Schema, OuterSchema.Schema.Builder
    封闭类:
    OuterSchema

    public static interface OuterSchema.SchemaOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • getEntitiesList

        List<OuterSchema.EntityMeta> getEntitiesList()
         the entities (vertices)
         
        repeated .schema.EntityMeta entities = 1;
      • getEntities

        OuterSchema.EntityMeta getEntities​(int index)
         the entities (vertices)
         
        repeated .schema.EntityMeta entities = 1;
      • getEntitiesCount

        int getEntitiesCount()
         the entities (vertices)
         
        repeated .schema.EntityMeta entities = 1;
      • getEntitiesOrBuilder

        OuterSchema.EntityMetaOrBuilder getEntitiesOrBuilder​(int index)
         the entities (vertices)
         
        repeated .schema.EntityMeta entities = 1;
      • getRelations

        OuterSchema.RelationMeta getRelations​(int index)
         the relations (edges)
         
        repeated .schema.RelationMeta relations = 2;
      • getRelationsCount

        int getRelationsCount()
         the relations (edges)
         
        repeated .schema.RelationMeta relations = 2;
      • getIsTableId

        boolean getIsTableId()
         is the table (label)'s name mapped as an id
         
        bool is_table_id = 3;
        返回:
        The isTableId.
      • getIsColumnId

        boolean getIsColumnId()
         is the column (property)'s name mapped as an id
         
        bool is_column_id = 4;
        返回:
        The isColumnId.