|
||||||||||
| 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
org.openanzo.common.rdb.layout.NodeCentricSchema.LongLiteralNode
public static class NodeCentricSchema.LongLiteralNode
Define the table schema for storing long literals
| Nested Class Summary | |
|---|---|
static class |
NodeCentricSchema.LongLiteralNode.ColumnNames
Define the column names for storing long literals |
| Constructor Summary | |
|---|---|
NodeCentricSchema.LongLiteralNode(java.lang.String tableName)
Define the constants for table storing long literals |
|
| Method Summary | |
|---|---|
Column |
getHash()
Get the column that stores the long literal's hash value |
Constraint |
getHashConstraint()
Get the long literal constraint for the long literal table |
| Methods inherited from class org.openanzo.common.rdb.layout.NodeCentricSchema.LiteralNode |
|---|
getID, getModifierId, getModifierIdNullConstraint, getModifierTypeIdConstraint, getTable, getValue, getValueConstraint |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeCentricSchema.LongLiteralNode(java.lang.String tableName)
tableName - name of the table that stores long literals| Method Detail |
|---|
public Column getHash()
public Constraint getHashConstraint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||