org.basex.test.examples
Class XMLDBCreate

java.lang.Object
  extended by org.basex.test.examples.XMLDBCreate

public final class XMLDBCreate
extends Object

This class serves an example for creating a Database with the XML:DB API.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, BaseX Team

Field Summary
static String COLL
          Name of the collection.
static String DRIVER
          Database driver.
 
Method Summary
static void main(String[] args)
          Main method of the example class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRIVER

public static final String DRIVER
Database driver.

See Also:
Constant Field Values

COLL

public static final String COLL
Name of the collection.

See Also:
Constant Field Values
Method Detail

main

public static void main(String[] args)
                 throws Exception
Main method of the example class.

Parameters:
args - (ignored) command-line arguments
Throws:
Exception - exception