|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.ufg.integrate.wrapper.csv.CsvDriver
public class CsvDriver
This class implements the Driver interface for the CsvJdbc driver.
Field Summary | |
---|---|
static String |
CHARSET
|
static String |
DEFAULT_EXTENSION
|
static char |
DEFAULT_SEPARATOR
|
static boolean |
DEFAULT_SUPPRESS
|
static String |
FILE_EXTENSION
|
static String |
SEPARATOR
|
static String |
SUPPRESS_HEADERS
|
Constructor Summary | |
---|---|
CsvDriver()
|
Method Summary | |
---|---|
boolean |
acceptsURL(String url)
Description of the Method |
Connection |
connect(String url,
Properties info)
Description of the Method |
int |
getMajorVersion()
Gets the majorVersion attribute of the CsvDriver object |
int |
getMinorVersion()
Gets the minorVersion attribute of the CsvDriver object |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info)
Gets the propertyInfo attribute of the CsvDriver object |
boolean |
jdbcCompliant()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_EXTENSION
public static final char DEFAULT_SEPARATOR
public static final boolean DEFAULT_SUPPRESS
public static final String FILE_EXTENSION
public static final String SEPARATOR
public static final String SUPPRESS_HEADERS
public static final String CHARSET
Constructor Detail |
---|
public CsvDriver()
Method Detail |
---|
public boolean acceptsURL(String url) throws SQLException
acceptsURL
in interface Driver
url
- Description of Parameter
SQLException
- Description of Exceptionpublic Connection connect(String url, Properties info) throws SQLException
connect
in interface Driver
url
- Description of Parameterinfo
- Description of Parameter
SQLException
- Description of Exceptionpublic int getMajorVersion()
getMajorVersion
in interface Driver
public int getMinorVersion()
getMinorVersion
in interface Driver
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
getPropertyInfo
in interface Driver
url
- Description of Parameterinfo
- Description of Parameter
SQLException
- Description of Exceptionpublic boolean jdbcCompliant()
jdbcCompliant
in interface Driver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |