Class PgxVertexProviderFromFramesCreator

    • Constructor Detail

      • PgxVertexProviderFromFramesCreator

        public PgxVertexProviderFromFramesCreator​(SessionContext sessionContext,
                                                  oracle.pgx.api.internal.Core core,
                                                  oracle.pgx.api.frames.internal.VertexFrameDeclaration vertexFrameDeclaration,
                                                  PgxGraphFromFramesCreator graphFromFramesCreator)
        Create a new vertex provider creator
        Parameters:
        sessionContext - the session context to use
        core - the core to use
        vertexFrameDeclaration - the VertexFrameDeclaration of the provider
        graphFromFramesCreator - the PgxGraphFromFramesCreator to use
        Since:
        21.3
    • Method Detail

      • vertexKeyColumn

        public PgxVertexProviderFromFramesCreator vertexKeyColumn​(java.lang.String columnName)
        Set the column name containing the vertex keys
        Parameters:
        columnName - column to use
        Returns:
        this object
      • label

        public PgxVertexProviderFromFramesCreator label​(java.lang.String label)
        Set the label for the vertex provider
        Parameters:
        label - label to use
        Returns:
        this object
        Since:
        24.1