Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint.ConstraintSegment
-
Packages that use ConstraintSegment Package Description org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint -
-
Uses of ConstraintSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.constraint that return types with arguments of type ConstraintSegment Modifier and Type Method Description Optional<ConstraintSegment>ConstraintDefinitionSegment. getConstraintName()Get constraint name.
-