scriptella.driver.csv
Class Driver

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

public class Driver
extends AbstractScriptellaDriver

Scriptella driver for CSV files.

For configuration details and examples see overview page.

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
Driver()
           
 
Method Summary
 Connection connect(ConnectionParameters connectionParameters)
          Implementor should create a new connection based on specified parameters.
 
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
 

Constructor Detail

Driver

public Driver()
Method Detail

connect

public Connection connect(ConnectionParameters connectionParameters)
Description copied from interface: ScriptellaDriver
Implementor should create a new connection based on specified parameters.

Parameters:
connectionParameters - connection parameters defined in <connection> element.
Returns:
new connection.


Copyright © Copyright 2006-2007 The Scriptella Project Team.