jena
Class dbdump

java.lang.Object
  extended by jena.dbdump

public class dbdump
extends java.lang.Object

Write out the data from a database. Currently broken :-(

Usage:

  jena.dbdump [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: dbdump.java,v 1.5 2005/02/21 11:49:11 andy_seaborne Exp $
Author:
Andy Seaborne

Field Summary
static java.lang.String[] usage
           
 
Constructor Summary
dbdump()
           
 
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
 

Field Detail

usage

public static final java.lang.String[] usage
Constructor Detail

dbdump

public dbdump()
Method Detail

main

public static void main(java.lang.String[] args)


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