public class SubCheckConstraintDescriptor extends SubConstraintDescriptor
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
constraintText |
private ReferencedColumns |
referencedColumns
public interface to this class:
public String getConstraintText();
public ReferencedColumns getReferencedColumnsDescriptor();
|
constraintId, td| Constructor and Description |
|---|
SubCheckConstraintDescriptor(UUID constraintId,
java.lang.String constraintText,
ReferencedColumns referencedColumns)
Constructor for a SubCheckConstraintDescriptor
|
| Modifier and Type | Method and 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.
|
getTableDescriptor, 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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.