public class DropDatabaseDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
DropDatabaseDesc(String databaseName,
boolean ifExists) |
DropDatabaseDesc(String databaseName,
boolean ifExists,
boolean cascade) |
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName() |
boolean |
getIfExists() |
boolean |
isCasdade() |
void |
setDatabaseName(String databaseName) |
void |
setIfExists(boolean ifExists) |
void |
setIsCascade(boolean cascade) |
public DropDatabaseDesc(String databaseName, boolean ifExists)
public DropDatabaseDesc(String databaseName, boolean ifExists, boolean cascade)
public String getDatabaseName()
public void setDatabaseName(String databaseName)
public boolean getIfExists()
public void setIfExists(boolean ifExists)
public boolean isCasdade()
public void setIsCascade(boolean cascade)
Copyright © 2017 The Apache Software Foundation. All rights reserved.