com.hp.hpl.jena.sdb.layout2
Class TableDescQuads

java.lang.Object
  extended by com.hp.hpl.jena.sdb.store.TableDesc
      extended by com.hp.hpl.jena.sdb.layout2.TableDescQuads
Direct Known Subclasses:
TableDescTriples

public class TableDescQuads
extends TableDesc

Author:
Andy Seaborne

Constructor Summary
TableDescQuads()
           
 
Method Summary
 String getGraphColName()
           
 String getObjectColName()
           
 String getPredicateColName()
           
 String getSubjectColName()
           
static String name()
           
 
Methods inherited from class com.hp.hpl.jena.sdb.store.TableDesc
colNames, getColNames, getTableName, getWidth, hasColumn, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableDescQuads

public TableDescQuads()
Method Detail

name

public static String name()

getGraphColName

public String getGraphColName()

getSubjectColName

public String getSubjectColName()

getPredicateColName

public String getPredicateColName()

getObjectColName

public String getObjectColName()


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.