jena
Klasse DBcmd

abstract class DBcmd
Framework for the database commands.
Version:
$Id: DBcmd.java,v 1.6 2005/02/21 11:49:04 andy_seaborne Exp $
Author:
Andy Seaborne
Methoden-Detail

exec0

abstract void exec0()
Called if there are no psoitional arguments

exec1

abstract boolean exec1(String arg)
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)
Usage message: one line per entry