oracle.dmt.odm.data
Class NonTransactionalDataSpecification
java.lang.Object
|
+--oracle.dmt.odm.MiningObject
|
+--oracle.dmt.odm.data.PhysicalDataSpecification
|
+--oracle.dmt.odm.data.NonTransactionalDataSpecification
- All Implemented Interfaces:
- java.io.Serializable
- public class NonTransactionalDataSpecification
- extends PhysicalDataSpecification
A NonTransactionalDataSpecification
instance instructs the
DMS to treat associated data as "non-transactional", that is, the data
consists of one record (row) per case.
- Since:
- 9.0.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonTransactionalDataSpecification
public NonTransactionalDataSpecification()
throws InvalidArgumentException,
ODMException
- Deprecated. As of 9.2.0, replaced by
NonTransactionalDataSpecification
(LocationAccessData)
- Creates a
NonTransactionalDataSpecification
instance.
- Throws:
InvalidArgumentException
- invalid transactional data format
NonTransactionalDataSpecification
public NonTransactionalDataSpecification(LocationAccessData lad)
throws InvalidArgumentException,
ODMException
- Creates a
NonTransactionalDataSpecification
instance with the
specified location access data.
- Parameters:
lad
- the location data access information- Throws:
InvalidArgumentException
- invalid transactional data format
- invalid physical data access information