GenericLiteral
wvlet.airframe.sql.model.Expression.GenericLiteral
case class GenericLiteral(tpe: String, value: String, nodeLocation: Option[NodeLocation]) extends Literal, LeafExpression
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait LeafExpressiontrait Literaltrait Expressiontrait Producttrait Equalstrait TreeNode[Expression]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Column name without qualifier
Attributes
- Definition Classes
- Inherited from:
- LeafExpression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Recursively transform the expression in breadth-first order
Attributes
- Inherited from:
- Expression
Recursively transform the expression in depth-first order
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Attributes
- Inherited from:
- Expression
Inherited fields
Attributes
- Inherited from:
- Expression
In this article