Skip navigation links

Oracle Data Mining Java API Reference
11g Release 2 (11.2)

E12219-03


oracle.dmt.jdm.data
Class OraAttributeDataType

java.lang.Object
  extended byoracle.dmt.jdm.data.OraAttributeDataType


public class OraAttributeDataType
extends java.lang.Object

OraAttributeType defines oracle specific attribute type called "nestedTable". To support transactional data and the datasets that have more than 1000 attributes, nested table structures are supported by Oracle DME. For more details about the supported nested tables, refer to the Oracle Data Mining Concepts Guide. This enumeration is used to specify the role of the column that has nested tables in it.


Field Summary
static javax.datamining.data.AttributeDataType nestedTable
          Attribute type to specify nested Table columns

 

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

 

Field Detail

nestedTable

public static final javax.datamining.data.AttributeDataType nestedTable
Attribute type to specify nested Table columns

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 2 (11.2)

E12219-03


Copyright © 2005, 2011 Oracle. All rights reserved.