Uses of Class
org.teiid.odbc.ODBCServerRemote.AuthenticationType

Packages that use ODBCServerRemote.AuthenticationType
org.teiid.odbc   
org.teiid.transport   
 

Uses of ODBCServerRemote.AuthenticationType in org.teiid.odbc
 

Methods in org.teiid.odbc that return ODBCServerRemote.AuthenticationType
static ODBCServerRemote.AuthenticationType ODBCServerRemote.AuthenticationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ODBCServerRemote.AuthenticationType[] ODBCServerRemote.AuthenticationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.teiid.odbc with parameters of type ODBCServerRemote.AuthenticationType
ODBCServerRemoteImpl(ODBCClientInstance client, ODBCServerRemote.AuthenticationType authType, TeiidDriver driver)
           
 

Uses of ODBCServerRemote.AuthenticationType in org.teiid.transport
 

Constructors in org.teiid.transport with parameters of type ODBCServerRemote.AuthenticationType
ODBCClientInstance(ObjectChannel channel, ODBCServerRemote.AuthenticationType authType, TeiidDriver driver)
           
 



Copyright © 2011. All Rights Reserved.