Package | Description |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
RDBMSColumnDescriptor(String column,
String attribute,
RDBMSDataConnector.DATA_TYPES type)
Constructor.
|
Copyright © 1999–2014. All rights reserved.