Class VariableSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dal.VariableSegment
-
- All Implemented Interfaces:
ASTNode,ExpressionSegment,SQLSegment
public final class VariableSegment extends Object implements ExpressionSegment
Variable segment.
-
-
Constructor Summary
Constructors Constructor Description VariableSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getScope()Get scope.-
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
-
-