jena
Class dbcreate

java.lang.Object
  extended by jena.dbcreate

public class dbcreate
extends Object

Create one Jena RDF model in a database.

Usage:

  jena.dbcreate [db spec]
  where [db spec] is:
    --spec file        Contains an RDF description of the model 
    --db JDBC_url --dbUser userId --dbPassword password --dbType [--model modelName]  
  

Version:
$Id: dbcreate.java,v 1.4 2004/12/06 13:50:20 andy_seaborne Exp $
Author:
Andy Seaborne

Field Summary
static String[] usage
           
 
Constructor Summary
dbcreate()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usage

public static final String[] usage
Constructor Detail

dbcreate

public dbcreate()
Method Detail

main

public static void main(String[] args)


Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP