public class DropUser extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
DropUser(SessionLocal session) |
| 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) |
long |
update()
Execute the statement.
|
isReadOnly, isRetryable, queryMeta, setTransactionalcheckCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getDatabase, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, isCacheable, isQuery, isWithParamValues, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toStringpublic DropUser(SessionLocal session)
public void setIfExists(boolean b)
public void setUserName(java.lang.String userName)
public long update()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class DefineCommand