| java.lang.Object jena.util.DBcmd
All known Subclasses: jena.dbquery, jena.dblist, jena.dbcreate, jena.dbremove, jena.dbload, jena.dbdump,
DBcmd | abstract public class DBcmd (Code) | | Framework for the database commands.
author: Andy Seaborne version: $Id: DBcmd.java,v 1.9 2008/01/02 12:11:27 andy_seaborne Exp $ |
Constructor Summary | |
protected | DBcmd(String n, boolean posArgs) |
debug | protected boolean debug(Code) | | |
takesPositionalArgs | boolean takesPositionalArgs(Code) | | |
verbose | protected boolean verbose(Code) | | |
closeConnection | protected void closeConnection()(Code) | | |
closeModel | protected void closeModel()(Code) | | |
exec | protected void exec()(Code) | | |
exec0 | abstract protected void exec0()(Code) | | Called if there are no positional arguments
|
exec1 | abstract protected boolean exec1(String arg)(Code) | | Called for each postional argument, inside a transaction.
Return true to continue this transaction, false to end it and start a new
one if there are any more args
|
setUsage | protected void setUsage(String[] a)(Code) | | Usage message: one line per entry
|
usage | protected void usage()(Code) | | |
|
|