Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
C
D
E
G
O
R
T
U
C
com.sd.odbc
- package com.sd.odbc
D
DataSource
- class com.sd.odbc.
DataSource
.
This is a wrapper for an ODBC DataSource.
DataSource(String, ODBCDriver)
- Constructor for class com.sd.odbc.
DataSource
Constructs a DataSource object.
dump()
- Method in class com.sd.odbc.
ODBCDriver
Helper function that dumps the content of the ODBCDriver object to the standard output.
E
equals(Object)
- Method in class com.sd.odbc.
DataSource
Compares this DataSource object to another one.
equals(Object)
- Method in class com.sd.odbc.
ODBCDriver
Compares this ODBCDriver object to another one.
G
getAttributeKeys()
- Method in class com.sd.odbc.
ODBCDriver
Returns a collection of attribute keys.
getAttributeValue(String)
- Method in class com.sd.odbc.
ODBCDriver
Returns a value for a specific attribute
getDataSources()
- Static method in class com.sd.odbc.
ODBC
Native function that returns all registered ODBC data source names.
getDriver()
- Method in class com.sd.odbc.
DataSource
Returns the ODBC driver for that DataSource.
getDrivers()
- Static method in class com.sd.odbc.
ODBC
Native function that returns all installed ODBC drivers.
getName()
- Method in class com.sd.odbc.
DataSource
Returns the name of the DataSource.
getName()
- Method in class com.sd.odbc.
ODBCDriver
Returns the name of the ODBCDriver.
O
ODBC
- class com.sd.odbc.
ODBC
.
This class has a few static native functions that allow the user to effectively manage ODBC DataSource names.
ODBCDriver
- class com.sd.odbc.
ODBCDriver
.
This is a wrapper for an ODBC driver.
ODBCDriver(String, HashMap)
- Constructor for class com.sd.odbc.
ODBCDriver
Constructs an ODBCDriver object with the given name and attributes.
R
registerDataSource(String, String, String)
- Static method in class com.sd.odbc.
ODBC
Native function that registers a DataSource name.
T
toString()
- Method in class com.sd.odbc.
DataSource
Returns the name of the DataSource.
toString()
- Method in class com.sd.odbc.
ODBCDriver
Returns the name of the ODBCDriver.
U
unregisterDataSource(String, String)
- Static method in class com.sd.odbc.
ODBC
Native function that unregisters a DataSource name.
C
D
E
G
O
R
T
U
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES