public abstract class SQLTextLiteralExpr extends SQLExprImpl implements SQLLiteralExpr
| 构造器和说明 |
|---|
SQLTextLiteralExpr() |
SQLTextLiteralExpr(String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getText() |
int |
hashCode() |
void |
setText(String text) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLTextLiteralExpr()
public SQLTextLiteralExpr(String text)
public String getText()
public void setText(String text)
public int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2012 Alibaba Group. All Rights Reserved.