public class DropTable extends Expr
Constructor and Description |
---|
DropTable(String tableName,
boolean ifExists,
boolean purge) |
Modifier and Type | Method and Description |
---|---|
String |
getTableName() |
int |
hashCode() |
boolean |
isIfExists() |
boolean |
isPurge() |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.