|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.layout.NodeCentricSchema.LiteralNode
public static class NodeCentricSchema.LiteralNode
Define the table schema for storing literals
| Nested Class Summary | |
|---|---|
static class |
NodeCentricSchema.LiteralNode.ColumnNames
Define the column names for storing literals |
| Constructor Summary | |
|---|---|
NodeCentricSchema.LiteralNode(java.lang.String tableName)
Define the constants for table storing literals |
|
| Method Summary | |
|---|---|
Column |
getID()
Get the column that represents the literal's ID |
Column |
getModifierId()
Get the column that represents the literal's modifier value |
Constraint |
getModifierIdNullConstraint()
Get the literal modifier is null constraint for this literal table |
Constraint |
getModifierTypeIdConstraint()
Get the literal modifier value constraint for this literal table |
Table |
getTable()
Get the table that stores literals |
Column |
getValue()
Get the column that represents the literal's value |
Constraint |
getValueConstraint()
Get the literal value constraint for this literal table |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeCentricSchema.LiteralNode(java.lang.String tableName)
tableName - name of the table that stores literals| Method Detail |
|---|
public Table getTable()
public Constraint getValueConstraint()
public Constraint getModifierTypeIdConstraint()
public Constraint getModifierIdNullConstraint()
public Column getID()
public Column getValue()
public Column getModifierId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||