org.openanzo.server.repository
Class Schema.NamedGraphsTemp

java.lang.Object
  extended by org.openanzo.server.repository.Schema.NamedGraphsTemp
Enclosing class:
Schema

public static class Schema.NamedGraphsTemp
extends java.lang.Object

Schema definition for the temporary NamedGraph Table


Nested Class Summary
static class Schema.NamedGraphsTemp.ColumnNames
          Table's column names
 
Field Summary
static Column Id
          Graph's ID column
static Column Meta
          Graph type column
static ITable TableName
          Table name for temporary NamedGraph table
 
Constructor Summary
Schema.NamedGraphsTemp()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TableName

public static final ITable TableName
Table name for temporary NamedGraph table


Id

public static final Column Id
Graph's ID column


Meta

public static final Column Meta
Graph type column

Constructor Detail

Schema.NamedGraphsTemp

public Schema.NamedGraphsTemp()


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