Package oracle.sql
Class AttributeDescriptor
- java.lang.Object
- 
- oracle.sql.AttributeDescriptor
 
- 
 public class AttributeDescriptor extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeName()Returns the name of the attribute.TypeDescriptorgetTypeDescriptor()
 
- 
- 
- 
Method Detail- 
getTypeDescriptorpublic TypeDescriptor getTypeDescriptor() 
 - 
getAttributeNamepublic String getAttributeName() Returns the name of the attribute.
 
- 
 
-