|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.layout.NodeCentricSchema.Quad
public static class NodeCentricSchema.Quad
Define the table schema for storing quads
| Nested Class Summary | |
|---|---|
static class |
NodeCentricSchema.Quad.ColumnNames
Define the column names for storing quads |
| Constructor Summary | |
|---|---|
NodeCentricSchema.Quad(java.lang.String tableName)
Define the constants for table storing quads |
|
| Method Summary | |
|---|---|
Column |
getID()
Get the column that represents the statement's ID |
Column |
getMeta()
Get the column that represents the statement's metadata URI |
Match |
getMetaConstraint()
Get the metadata flag constraint for this quad table |
Column |
getNG()
Get the column that represents the statement's NamedGraph URI |
Match |
getNGConstraint()
Get the named graph constraint for this quad table |
Column |
getObj()
Get the column that represents the statement's object |
Match |
getObjConstraint()
Get the object constraint for this quad table |
Column |
getProp()
Get the column that represents the statement's property |
Match |
getPropConstraint()
Get the property constraint for this quad table |
Column |
getSubj()
Get the column that represents the statement's subject |
Match |
getSubjConstraint()
Get the subject constraint for this quad table |
Table |
getTable()
Get the table for this schema |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeCentricSchema.Quad(java.lang.String tableName)
tableName - name of the table that stores quads| Method Detail |
|---|
public Match getNGConstraint()
public Match getMetaConstraint()
public Match getSubjConstraint()
public Match getPropConstraint()
public Match getObjConstraint()
public Table getTable()
public Column getID()
public Column getNG()
public Column getMeta()
public Column getSubj()
public Column getProp()
public Column getObj()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||