org.openanzo.common.rdb.layout
Class NodeCentricSchema.LongXMLNode

java.lang.Object
  extended by org.openanzo.common.rdb.layout.NodeCentricSchema.XMLNode
      extended by org.openanzo.common.rdb.layout.NodeCentricSchema.LongXMLNode
Enclosing class:
NodeCentricSchema

public static class NodeCentricSchema.LongXMLNode
extends NodeCentricSchema.XMLNode

Define the table schema for storing long XML literals


Nested Class Summary
static class NodeCentricSchema.LongXMLNode.ColumnNames
          Define the column names for storing xml literals
 
Constructor Summary
NodeCentricSchema.LongXMLNode(java.lang.String tableName)
          Define the constants for table storing xml literals
 
Method Summary
 Column getHash()
          Get the column that holds the hash value for an XML literal
 Constraint getHashConstraint()
          Get the constraint that holds the hash value for an XML literal
 
Methods inherited from class org.openanzo.common.rdb.layout.NodeCentricSchema.XMLNode
getID, getTable, getValue, getValueConstraint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeCentricSchema.LongXMLNode

public NodeCentricSchema.LongXMLNode(java.lang.String tableName)
Define the constants for table storing xml literals

Parameters:
tableName - name of the table that stores xml literals
Method Detail

getHash

public Column getHash()
Get the column that holds the hash value for an XML literal

Returns:
the column that holds the hash value for an XML literal

getHashConstraint

public Constraint getHashConstraint()
Get the constraint that holds the hash value for an XML literal

Returns:
the constraint that holds the hash value for an XML literal


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.