public class DropSchema extends DefineCommand
transactional
create, parameters, prepareAlways, session, sqlStatement
Constructor and Description |
---|
DropSchema(Session session) |
Modifier and Type | Method and Description |
---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setDropAction(ConstraintActionType dropAction) |
void |
setIfExists(boolean ifExists) |
void |
setSchemaName(String name) |
int |
update()
Execute the statement.
|
isReadOnly, isTransactional, queryMeta, setTransactional
checkCanceled, checkParameters, getCteCleanups, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSession, getSQL, getSQL, getSQL, isCacheable, isQuery, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toString
public DropSchema(Session session)
public void setSchemaName(String name)
public int update()
Prepared
public void setIfExists(boolean ifExists)
public void setDropAction(ConstraintActionType dropAction)
Copyright © 2020 JBoss by Red Hat. All rights reserved.