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