Uses of Class
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSDataConnector.DATA_TYPES

Packages that use RDBMSDataConnector.DATA_TYPES
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector   
 

Uses of RDBMSDataConnector.DATA_TYPES in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector that return RDBMSDataConnector.DATA_TYPES
 RDBMSDataConnector.DATA_TYPES RDBMSColumnDescriptor.getDataType()
          Gets the Java data type to express the database value as.
static RDBMSDataConnector.DATA_TYPES RDBMSDataConnector.DATA_TYPES.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RDBMSDataConnector.DATA_TYPES[] RDBMSDataConnector.DATA_TYPES.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector with parameters of type RDBMSDataConnector.DATA_TYPES
protected  void RDBMSDataConnector.addValueByType(Collection values, RDBMSDataConnector.DATA_TYPES type, ResultSet resultSet, int columnIndex)
          Adds a value extracted from the result set as a specific type into the value set.
 

Constructors in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector with parameters of type RDBMSDataConnector.DATA_TYPES
RDBMSColumnDescriptor(String column, String attribute, RDBMSDataConnector.DATA_TYPES type)
          Constructor.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.