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