com.alibaba.druid.sql.dialect.hive.ast.stmt
Class HiveShowTablesStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.hive.ast.HiveSQLObjectImpl
com.alibaba.druid.sql.dialect.hive.ast.HiveStatementImpl
com.alibaba.druid.sql.dialect.hive.ast.stmt.HiveShowTablesStatement
- All Implemented Interfaces:
- SQLObject, SQLStatement, HiveSQLObject, HiveStatement, Serializable
public class HiveShowTablesStatement
- extends HiveStatementImpl
- See Also:
- Serialized Form
HiveShowTablesStatement
public HiveShowTablesStatement()
getPattern
public SQLCharExpr getPattern()
setPattern
public void setPattern(SQLCharExpr pattern)
accept0
public void accept0(HiveASTVisitor visitor)
- Specified by:
accept0 in interface HiveSQLObject- Specified by:
accept0 in class HiveSQLObjectImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.