public class SubCheckConstraintDescriptor extends SubConstraintDescriptor
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.String |
constraintText |
|
private ReferencedColumns |
referencedColumns |
public interface to this class:
public String getConstraintText();
public ReferencedColumns getReferencedColumnsDescriptor();
|
constraintId, td| Constructor | Description |
|---|---|
SubCheckConstraintDescriptor(UUID constraintId,
java.lang.String constraintText,
ReferencedColumns referencedColumns) |
Constructor for a SubCheckConstraintDescriptor
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getConstraintText() |
Get the text of the check constraint definition.
|
ReferencedColumns |
getReferencedColumnsDescriptor() |
Get the ReferencedColumns.
|
boolean |
hasBackingIndex() |
Does this constraint have a backing index?
|
java.lang.String |
toString() |
Convert the SubCheckConstraintDescriptor to a String.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTableDescriptor, getUUID, setConstraintId, setTableDescriptorgetColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionaryprivate ReferencedColumns referencedColumns
private java.lang.String constraintText
public SubCheckConstraintDescriptor(UUID constraintId, java.lang.String constraintText, ReferencedColumns referencedColumns)
constraintId - The UUID of the constraint.constraintText - The text of the constraint definition.referencedColumns - The columns referenced by the check constraintpublic java.lang.String getConstraintText()
public ReferencedColumns getReferencedColumnsDescriptor()
public boolean hasBackingIndex()
hasBackingIndex in class SubConstraintDescriptorpublic java.lang.String toString()
toString in class SubConstraintDescriptorApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.