- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.expression.TimeKeyExpression
-
- All Implemented Interfaces:
Serializable
,Expression
,Model
,net.sf.jsqlparser.parser.ASTNodeAccess
public class TimeKeyExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeKeyExpression()
TimeKeyExpression(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,S>
Taccept(ExpressionVisitor<T> expressionVisitor, S context)
String
getStringValue()
void
setStringValue(String string)
String
toString()
TimeKeyExpression
withStringValue(String stringValue)
-
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, getParent, getParent, 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.expression.Expression
accept
-
-
-
-
Constructor Detail
-
TimeKeyExpression
public TimeKeyExpression()
-
TimeKeyExpression
public TimeKeyExpression(String value)
-
-
Method Detail
-
accept
public <T,S> T accept(ExpressionVisitor<T> expressionVisitor, S context)
- Specified by:
accept
in interfaceExpression
-
getStringValue
public String getStringValue()
-
setStringValue
public void setStringValue(String string)
-
withStringValue
public TimeKeyExpression withStringValue(String stringValue)
-
-