com.alibaba.druid.sql.ast
Interface SQLName

All Superinterfaces:
SQLExpr, SQLObject
All Known Implementing Classes:
MySqlUserName, OracleDbLinkExpr, SQLIdentifierExpr, SQLPropertyExpr, SQLServerObjectReferenceExpr

public interface SQLName
extends SQLExpr


Method Summary
 String getSimleName()
           
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Method Detail

getSimleName

String getSimleName()


Copyright © 2012 Alibaba Group. All Rights Reserved.