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, setTableDescriptor
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionary
private 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 SubConstraintDescriptor
public java.lang.String toString()
toString
in class SubConstraintDescriptor
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.