Serialized Form


Package com.sd.odbc

Class com.sd.odbc.DataSource implements Serializable

Serialized Fields

driver

ODBCDriver driver
A variable holding the ODBCDriver object for the DataSource.

name

java.lang.String name
A variable holding the name of the DataSource.

Class com.sd.odbc.ODBCDriver implements Serializable

Serialized Fields

attributes

java.util.HashMap attributes
A variable that holds the associated attributes.

name

java.lang.String name
A variable that holds the name of the ODBC driver.