Interface LiteralValue<T>
-
- Type Parameters:
T- type of value
- All Superinterfaces:
ASTNode,ValueASTNode<T>
- All Known Implementing Classes:
BooleanLiteralValue,NullLiteralValue,NumberLiteralValue,OtherLiteralValue,StringLiteralValue
public interface LiteralValue<T> extends ValueASTNode<T>
Literal value.
-
-
Method Summary
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.value.ValueASTNode
getValue
-
-