Package de.fuberlin.wiwiss.d2rq.sql

Examples of de.fuberlin.wiwiss.d2rq.sql.ResultRow


    assertTrue(m.downloadMapResources().contains(name));
    DownloadMap d = m.downloadMap(name);
    assertNotNull(d);
    assertEquals("image/png",
        d.getMediaTypeValueMaker().makeValue(
            new ResultRow() {public String get(ProjectionSpec column) {return null;}}));
    assertEquals("People.pic", d.getContentDownloadColumn().qualifiedName());
    assertEquals("URI(Pattern(http://example.org/downloads/@@People.ID@@))",
        d.nodeMaker().toString());
    assertEquals(
        new HashSet<ProjectionSpec>() {{
View Full Code Here

TOP

Related Classes of de.fuberlin.wiwiss.d2rq.sql.ResultRow

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.