| Package | Description | 
|---|---|
| oracle.javatools.db | 
 Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IdentityColumnProperties | 
Column.getIdentityProperties()
Gets the IdentityColumnProperties object that controls the auto generation of values for this column. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Column.setIdentityProperties(IdentityColumnProperties props)
Sets the IdentityColumnProperties object that controls the auto generation of values for this column. 
 |