scriptella.driver.derby
Class Driver

java.lang.Object
  extended by scriptella.spi.AbstractScriptellaDriver
      extended by scriptella.jdbc.GenericDriver
          extended by scriptella.driver.derby.Driver
All Implemented Interfaces:
scriptella.spi.ScriptellaDriver

public class Driver
extends scriptella.jdbc.GenericDriver

Scriptella Adapter for Derby database. This driver looks in classpath for the following drivers(in search order) :

For configuration details and examples see overview page.

Version:
1.0
Author:
Kirill Volgin

Field Summary
static java.lang.String DERBY_CLIENT_DRIVER_NAME
           
static java.lang.String DERBY_EMBEDDED_DRIVER_NAME
           
 
Constructor Summary
Driver()
           
 
Method Summary
 
Methods inherited from class scriptella.jdbc.GenericDriver
connect, connect, getConnection, loadDrivers
 
Methods inherited from class scriptella.spi.AbstractScriptellaDriver
getScriptellaTitle, getScriptellaVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DERBY_CLIENT_DRIVER_NAME

public static final java.lang.String DERBY_CLIENT_DRIVER_NAME
See Also:
Constant Field Values

DERBY_EMBEDDED_DRIVER_NAME

public static final java.lang.String DERBY_EMBEDDED_DRIVER_NAME
See Also:
Constant Field Values
Constructor Detail

Driver

public Driver()


Copyright © Copyright 2006-2009 The Scriptella Project Team.