public class AlterUser extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
AlterUser(SessionLocal session) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setAdmin(boolean admin) |
void |
setHash(Expression e) |
void |
setNewName(java.lang.String newName) |
void |
setPassword(Expression password) |
void |
setSalt(Expression e) |
void |
setType(int type) |
void |
setUser(User user) |
long |
update()
Execute the statement.
|
isReadOnly, isTransactional, queryMeta, setTransactionalcheckCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, 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 AlterUser(SessionLocal session)
public void setType(int type)
public void setNewName(java.lang.String newName)
public void setUser(User user)
public void setAdmin(boolean admin)
public void setSalt(Expression e)
public void setHash(Expression e)
public void setPassword(Expression password)
public long update()
Prepared