Class ShowFilterSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dal.ShowFilterSegment
-
- All Implemented Interfaces:
ASTNode,SQLSegment
public final class ShowFilterSegment extends Object implements SQLSegment
Show filter segment.
-
-
Constructor Summary
Constructors Constructor Description ShowFilterSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<ShowLikeSegment>getLike()Get like segment.Optional<WhereSegment>getWhere()Get where segment.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-
-
-
Method Detail
-
getLike
public Optional<ShowLikeSegment> getLike()
Get like segment.- Returns:
- like segment
-
getWhere
public Optional<WhereSegment> getWhere()
Get where segment.- Returns:
- where segment
-
-