Class DataTypeLengthSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.generic.DataTypeLengthSegment
-
- All Implemented Interfaces:
ASTNode,SQLSegment
public final class DataTypeLengthSegment extends Object implements SQLSegment
-
-
Constructor Summary
Constructors Constructor Description DataTypeLengthSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>getScale()get secondNumber.-
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
-
-