public class OracleTableProperties extends AbstractChildDBObject
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OracleTableProperties.OracleTableCompression
options for Table Compression 
 | 
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
KEY
KEY for use in getProperty/setProperty on a Table object to query the
 oracle table properties. 
 | 
static java.lang.String | 
TYPE  | 
| Constructor and Description | 
|---|
OracleTableProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
static OracleTableProperties | 
findOrCreateOracleTableProperties(DBObject dbObject)
Static convenience method for getting OracleTableProperties property 
 | 
java.lang.Integer | 
getParallelDegree()
Get the degree of parallelism (the number of parallel threads used in
 the parallel operation) where :
 
 0 = PARALLEL DEFAULT (Oracle server selects the degree)
 1 = NOPARALLEL (default)
 n = PARALLEL n
  
 | 
OracleTableProperties.OracleTableCompression | 
getTableCompression()
Return table compression type 
 | 
java.lang.String | 
getType()
Returns the type of this object. 
 | 
void | 
setParallelDegree(java.lang.Integer parallel)
Set the degree of parallelism (the number of parallel threads used in
 the parallel operation) where :
 
 0 = PARALLEL DEFAULT (Oracle server selects the degree)
 1 = NOPARALLEL (default)
 n = PARALLEL n
  
 | 
void | 
setTableCompression(OracleTableProperties.OracleTableCompression tableCompression)
Set table compression 
 | 
setParentaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, copyToImpl, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getParent, getProperties, getProperty, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertypublic static final java.lang.String TYPE
public static final java.lang.String KEY
public java.lang.String getType()
DBObjectpublic void setTableCompression(OracleTableProperties.OracleTableCompression tableCompression)
tableCompression - table compression typepublic OracleTableProperties.OracleTableCompression getTableCompression()
public void setParallelDegree(java.lang.Integer parallel)
public java.lang.Integer getParallelDegree()
public static OracleTableProperties findOrCreateOracleTableProperties(DBObject dbObject)
dbObject - object to find or create OracleTableProperties for