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