Package org.apache.jena.jdbc.remote.metadata

Examples of org.apache.jena.jdbc.remote.metadata.RemoteEndpointMetadata


        this.defaultGraphUris = defaultGraphUris;
        this.namedGraphUris = namedGraphUris;
        this.usingGraphUris = usingGraphUris;
        this.usingNamedGraphUris = usingNamedGraphUris;
        this.authenticator = authenticator;
        this.metadata = new RemoteEndpointMetadata(this);
        this.selectResultsType = selectResultsType;
        this.modelResultsType = modelResultsType;
    }
View Full Code Here

TOP

Related Classes of org.apache.jena.jdbc.remote.metadata.RemoteEndpointMetadata

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.