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

java.lang.Object
  extended by org.openanzo.common.rdb.layout.NodeCentricSchema.LiteralNode
      extended by org.openanzo.common.rdb.layout.NodeCentricSchema.LongLiteralNode
Enclosing class:
NodeCentricSchema

public static class NodeCentricSchema.LongLiteralNode
extends NodeCentricSchema.LiteralNode

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

NodeCentricSchema.LongLiteralNode

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

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

getHash

public Column getHash()
Get the column that stores the long literal's hash value

Returns:
the column that stores the long literal's hash value

getHashConstraint

public Constraint getHashConstraint()
Get the long literal constraint for the long literal table

Returns:
the long literal constraint for the long literal table


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