public interface UniqueConstraint extends TableConstraint
TableConstraint.ConstraintType
RelationalObject.Filter
Modifier and Type | Field and Description |
---|---|
static TableConstraint.ConstraintType |
CONSTRAINT_TYPE
The constraint type for a unique constraint.
|
static KomodoType |
IDENTIFIER
Identifier of this object
|
static UniqueConstraint[] |
NO_UNIQUE_CONSTRAINTS
An empty collection of unique constraints.
|
static TypeResolver<UniqueConstraint> |
RESOLVER
The resolver of a
UniqueConstraint . |
static int |
TYPE_ID
The type identifier.
|
DDL_QNAMES_FILTER, DEFAULT_FILTERS, JCR_FILTER, NO_FILTERS, NT_FILTER, RESIDUAL_FILTER
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
Table |
getParent(Repository.UnitOfWork transaction) |
addColumn, getColumns, getConstraintType, getTable, removeColumn
getFilters, setFilters
accept, addChild, addDescriptor, getChild, getChild, getChildren, getChildrenOfType, getChildTypes, getDescriptor, getDescriptors, getIndex, getObjectFactory, getPrimaryType, getProperty, getPropertyDescriptor, getPropertyDescriptors, getPropertyFactory, getPropertyNames, getRawChildren, getRawDescriptors, getRawParent, getRawProperty, getRawPropertyDescriptors, getRawPropertyNames, getTypeId, getTypeIdentifier, hasChild, hasChild, hasChildren, hasDescriptor, hasProperties, hasProperty, hasRawChild, hasRawChild, hasRawChildren, hasRawProperty, isChildRestricted, print, remove, removeChild, removeDescriptor, rename, setPrimaryType, setProperty
getAbsolutePath, getName, getRepository
static final int TYPE_ID
static final KomodoType IDENTIFIER
static final TableConstraint.ConstraintType CONSTRAINT_TYPE
static final UniqueConstraint[] NO_UNIQUE_CONSTRAINTS
static final TypeResolver<UniqueConstraint> RESOLVER
UniqueConstraint
.Table getParent(Repository.UnitOfWork transaction) throws KException
getParent
in interface KNode
KException
KNode.getParent(org.komodo.spi.repository.Repository.UnitOfWork)
Copyright © 2013–2019. All rights reserved.