Package net.sf.jsqlparser.expression
Class DateValue
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.DateValue
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
A Date in the form {d 'yyyy-mm-dd'}
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
value
-
-
Constructor Details
-
DateValue
public DateValue() -
DateValue
-
DateValue
A Date in the form {d 'yyyy-mm-dd'}- Parameters:
value
- The text presentation of the Date to be parsed.
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceExpression
-
getValue
-
setValue
-
toString
-
withValue
-