org.openanzo.server.repository
Class Schema

java.lang.Object
  extended by org.openanzo.server.repository.Schema

public class Schema
extends java.lang.Object

The Anzo database schema in Java form. All table names and column names are hard-coded as constants here. This is used by the Query Groundings code ('org.openanzo.model.repository.querybuilder') to map RDF statements to relational data.

Author:
Joe Betz

Nested Class Summary
static class Schema.ACI
          Schema definition for the ACI Table
static class Schema.NamedGraphs
          Schema definition for the NamedGraph Table
static class Schema.NamedGraphsTemp
          Schema definition for the temporary NamedGraph Table
static class Schema.Roles
          Schema definition for the Roles Table
static class Schema.SubRoleOf
          Schema definition for the SubRoleOf Table
static class Schema.User
          Schema definition for the User Table
static class Schema.UsersRoles
          Schema definition for the UsersRoles Table
 
Constructor Summary
Schema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schema

public Schema()


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