Class Driver

All Implemented Interfaces:
ScriptellaDriver

public class Driver extends GenericDriver
Scriptella Adapter for Derby database. This driver looks in classpath for the following drivers(in search order) :
  • Derby client driver - org.apache.derby.jdbc.ClientDriver
  • Derby embedded driver - org.apache.derby.jdbc.EmbeddedDriver

For configuration details and examples see overview page.

Version:
1.0
Author:
Kirill Volgin
  • Field Details

  • Constructor Details

    • Driver

      public Driver()