com.alibaba.druid.sql.dialect.sqlserver.ast
Interface SQLServerObject

All Superinterfaces:
SQLObject, TransactSQLObject
All Known Implementing Classes:
SQLServerInsertStatement, SQLServerObjectImpl, SQLServerObjectReferenceExpr, Top

public interface SQLServerObject
extends TransactSQLObject


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

Method Detail

accept0

void accept0(SQLServerASTVisitor visitor)


Copyright © 2012 Alibaba Group. All Rights Reserved.