Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.data
Class OraPhysicalAttributeRole

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


public class OraPhysicalAttributeRole
extends java.lang.Object

OraPhysicalAttributeRole defines oracle specific attribute role 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.PhysicalAttributeRole nestedTable
          Attribute Role 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.PhysicalAttributeRole nestedTable
Attribute Role to specify nested Table columns

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.