org.equanda.reporting.driver
Class EquandaDriver

java.lang.Object
  extended by org.equanda.reporting.driver.EquandaDriver
All Implemented Interfaces:
Driver

public class EquandaDriver
extends Object
implements Driver

Implementation of java.sql.Driver used by jasper reports

Author:
NetRom team, Joachim Van der Auwera

Constructor Summary
EquandaDriver()
           
 
Method Summary
 boolean acceptsURL(String s)
           
 Connection connect(String s, Properties properties)
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 DriverPropertyInfo[] getPropertyInfo(String s, Properties properties)
           
 boolean jdbcCompliant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquandaDriver

public EquandaDriver()
Method Detail

getMajorVersion

public int getMajorVersion()
Specified by:
getMajorVersion in interface Driver

getMinorVersion

public int getMinorVersion()
Specified by:
getMinorVersion in interface Driver

jdbcCompliant

public boolean jdbcCompliant()
Specified by:
jdbcCompliant in interface Driver

acceptsURL

public boolean acceptsURL(String s)
                   throws SQLException
Specified by:
acceptsURL in interface Driver
Throws:
SQLException

connect

public Connection connect(String s,
                          Properties properties)
                   throws SQLException
Specified by:
connect in interface Driver
Throws:
SQLException

getPropertyInfo

public DriverPropertyInfo[] getPropertyInfo(String s,
                                            Properties properties)
                                     throws SQLException
Specified by:
getPropertyInfo in interface Driver
Throws:
SQLException


Copyright © 2007-2009. All Rights Reserved.