jena
Class dbload
java.lang.Object
jena.DBcmd
jena.dbload
- public class dbload
- extends jena.DBcmd
Load data files into a Jena model in a database.
Usage:
jena.dbload [db spec] file [file ...]
where [db spec] is:
--spec file Contains an RDF description of the model
--db JDBC_url --dbUser userId --dbPassword password --dbType [--model modelName]
The syntax of a file is determimed by its extension (.n3, .nt) and defaults to RDF/XML.
- Version:
- $Id: dbload.java,v 1.3 2004/01/23 16:52:55 andy_seaborne Exp $
- Author:
- Andy Seaborne
Field Summary |
static java.lang.String[] |
usage
|
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
usage
public static final java.lang.String[] usage
dbload
public dbload()
main
public static void main(java.lang.String[] args)
Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.