Package com.alibaba.druid.sql.ast
Interface SQLName
-
- All Known Implementing Classes:
MySqlUserName,SQLAllColumnExpr,SQLDbLinkExpr,SQLIdentifierExpr,SQLPropertyExpr,SQLServerObjectReferenceExpr
public interface SQLName extends SQLExpr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SQLNameclone()SQLColumnDefinitiongetResolvedColumn()StringgetSimpleName()longhashCode64()longnameHashCode64()-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLExpr
computeDataType, getChildren, getHint
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-