|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.Schema
public class Schema
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.
| 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 |
|---|
public Schema()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||