public class SQLDateTimeExpr extends SQLExprImpl implements SQLLiteralExpr, SQLValuableExpr, SQLReplaceable
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DATA_TYPE |
static long |
supportDbTypes |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLDateTimeExpr() |
SQLDateTimeExpr(Date now,
TimeZone timeZone) |
SQLDateTimeExpr(String literal) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
static boolean |
check(String str) |
SQLDateTimeExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getLiteral() |
String |
getValue() |
int |
hashCode() |
static boolean |
isSupport(DbType dbType) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setLiteral(Date x,
TimeZone timeZone) |
void |
setLiteral(SQLExpr x) |
void |
setLiteral(String literal) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic static final SQLDataType DATA_TYPE
public static long supportDbTypes
public SQLDateTimeExpr()
public SQLDateTimeExpr(String literal)
public SQLExpr getLiteral()
public void setLiteral(String literal)
public void setLiteral(SQLExpr x)
public SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic String getValue()
getValue 在接口中 SQLValuableExprpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceableprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDateTimeExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLExprImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic static boolean isSupport(DbType dbType)
public static boolean check(String str)
Copyright © 2013–2023. All rights reserved.