Constructor and Description |
---|
Drop() |
Modifier and Type | Method and Description |
---|---|
void |
accept(StatementVisitor statementVisitor) |
Table |
getName() |
List<String> |
getParameters() |
String |
getType() |
boolean |
isIfExists() |
void |
setIfExists(boolean ifExists) |
void |
setName(Table string) |
void |
setParameters(List<String> list) |
void |
setType(String string) |
String |
toString() |
public void accept(StatementVisitor statementVisitor)
public Table getName()
public String getType()
public void setName(Table string)
public void setType(String string)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
Copyright © 2004–2017 JSQLParser. All rights reserved.