|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSColumnDescriptor
public class RDBMSColumnDescriptor
Describes how to express a given result set column as an attribute and value.
Constructor Summary | |
---|---|
RDBMSColumnDescriptor(String column,
String attribute,
RDBMSDataConnector.DATA_TYPES type)
Constructor. |
Method Summary | |
---|---|
String |
getAttributeID()
Gets the name of the attribute to map the column to. |
String |
getColumnName()
Gets the name of the database column. |
RDBMSDataConnector.DATA_TYPES |
getDataType()
Gets the Java data type to express the database value as. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RDBMSColumnDescriptor(String column, String attribute, RDBMSDataConnector.DATA_TYPES type)
column
- name of the database columnattribute
- name of the attribute to map the column totype
- Java data type to express the database value asMethod Detail |
---|
public String getColumnName()
public String getAttributeID()
public RDBMSDataConnector.DATA_TYPES getDataType()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |