Package net.sf.jsqlparser.expression
Class TimestampValue
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.TimestampValue
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
A Timestamp in the form {ts 'yyyy-mm-dd hh:mm:ss.f . . .'}
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) getValue()
void
setRawValue
(String rawValue) void
toString()
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
-
rawValue
-
QUOTATION
private static final char QUOTATION- See Also:
-
-
Constructor Details
-
TimestampValue
public TimestampValue() -
TimestampValue
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceExpression
-
getValue
-
setValue
-
getRawValue
-
setRawValue
-
toString
-
withValue
-