Uses of Interface
org.apache.hadoop.hbase.hbql.statement.AlterTableAction

Packages that use AlterTableAction
org.apache.hadoop.hbase.hbql.antlr   
org.apache.hadoop.hbase.hbql.statement   
 

Uses of AlterTableAction in org.apache.hadoop.hbase.hbql.antlr
 

Methods in org.apache.hadoop.hbase.hbql.antlr that return AlterTableAction
 AlterTableAction HBqlParser.alterAction()
           
 

Methods in org.apache.hadoop.hbase.hbql.antlr that return types with arguments of type AlterTableAction
 List<AlterTableAction> HBqlParser.alterActionList()
           
 

Uses of AlterTableAction in org.apache.hadoop.hbase.hbql.statement
 

Classes in org.apache.hadoop.hbase.hbql.statement that implement AlterTableAction
 class AddFamilyAction
           
 class AlterFamilyAction
           
 class DropFamilyAction
           
 

Constructor parameters in org.apache.hadoop.hbase.hbql.statement with type arguments of type AlterTableAction
AlterTableStatement(StatementPredicate predicate, String tableName, List<AlterTableAction> alterTableActionList)
           
 



Copyright © 2010. All Rights Reserved.