org.openrdf.sail.rdbms.config
Class RdbmsStoreSchema

java.lang.Object
  extended by org.openrdf.sail.rdbms.config.RdbmsStoreSchema

public class RdbmsStoreSchema
extends Object

Vocabulary for the RDBMS configuration.

Author:
James Leigh

Field Summary
static URI JDBC_DRIVER
           
static URI MAX_TRIPLE_TABLES
           
static String NAMESPACE
           
static URI PASSWORD
           
static URI URL
           
static URI USER
           
 
Constructor Summary
RdbmsStoreSchema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

JDBC_DRIVER

public static final URI JDBC_DRIVER

URL

public static final URI URL

USER

public static final URI USER

PASSWORD

public static final URI PASSWORD

MAX_TRIPLE_TABLES

public static final URI MAX_TRIPLE_TABLES
Constructor Detail

RdbmsStoreSchema

public RdbmsStoreSchema()


Copyright © 2001-2010 Aduna. All Rights Reserved.