Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class OdbcDriver

java.lang.Object
  extended by stec.sfc.Win32.OdbcDriver

public final class OdbcDriver
extends java.lang.Object

Represents an ODBC driver.

Since:
1.3.0 10/19/2003

Method Summary
 java.util.Enumeration getAttributeNames()
          Returns an Enumeration of any attribute names.
 java.lang.String getAttributeValue(java.lang.String name)
          Returns the value associated with the specified attribute name.
 java.lang.String getName()
          Returns the name of the ODBC driver.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public final java.lang.String getName()
Returns the name of the ODBC driver.

Returns:
the name of the ODBC driver.

getAttributeNames

public final java.util.Enumeration getAttributeNames()
Returns an Enumeration of any attribute names.

Returns:
an Enumeration of any attribute names.

getAttributeValue

public final java.lang.String getAttributeValue(java.lang.String name)
Returns the value associated with the specified attribute name.

Parameters:
name - the attribute name.
Returns:
the value associated with the specified attribute name. null if not found.

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.