Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


oracle.sql
Class AttributeDescriptor

java.lang.Object
  extended by oracle.sql.AttributeDescriptor


public class AttributeDescriptor
extends Object

Field Summary
static boolean TRACE
           

 

Method Summary
 String getAttributeName()
          Returns the name of the attribute.
 TypeDescriptor getTypeDescriptor()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TRACE

public static final boolean TRACE
See Also:
Constant Field Values

Method Detail

getTypeDescriptor

public TypeDescriptor getTypeDescriptor()

getAttributeName

public String getAttributeName()
Returns the name of the attribute.

Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.