oracle.owb.relational
Interface Sequence
- All Superinterfaces:
- ColumnOwner, CompilableObject, Component, Extensible, OWBNamedObject, PropertyOwner, ReconcileSource, Snapshotable, ValidatableObject
- public interface Sequence
- extends Component, ColumnOwner, ValidatableObject, CompilableObject, Extensible, ReconcileSource
Sequence
interface represents a database sequence table. All sequences are assumed to have the following columns: CURRVAL (current value)and NEXTVAL (next value). These columns are created automatically when a sequence is created, and they cannot be modified or deleted. No other columns can be created for a sequence.
Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
CURRVAL_NAME
public static final java.lang.String CURRVAL_NAME
- CURRVAL
- See Also:
- Constant Field Values
NEXTVAL_NAME
public static final java.lang.String NEXTVAL_NAME
- NEXTVAL
- See Also:
- Constant Field Values
getModule
public Module getModule()
- Get the module.
-
- Returns:
- the containing module.
Copyright © 2003, Oracle. All Rights Reserved.