com.alibaba.druid.sql.dialect.hive.ast
Interface HiveSQLObject

All Superinterfaces:
SQLObject
All Known Subinterfaces:
HiveStatement
All Known Implementing Classes:
HiveCreateTableStatement, HiveCreateTableStatement.PartitionedBy, HiveShowTablesStatement, HiveSQLObjectImpl, HiveStatementImpl

public interface HiveSQLObject
extends SQLObject


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

Method Detail

accept0

void accept0(HiveASTVisitor visitor)


Copyright © 2012 Alibaba Group. All Rights Reserved.