public class DropUser extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isTransactional()
Check if this command is transactional.
|
void |
setIfExists(boolean b) |
void |
setUserName(java.lang.String userName) |
int |
update()
Execute the statement.
|
isReadOnly, queryMeta, setTransactionalcheckCanceled, 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, toStringpublic DropUser(Session session)
public void setIfExists(boolean b)
public void setUserName(java.lang.String userName)
public int update()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class DefineCommand