public class CreateUser extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
CreateUser(SessionLocal session) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setAdmin(boolean b) |
void |
setComment(java.lang.String comment) |
void |
setHash(Expression e) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setPassword(Expression password) |
void |
setSalt(Expression e) |
void |
setUserName(java.lang.String userName) |
long |
update()
Execute the statement.
|
isReadOnly, isRetryable, isTransactional, 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 CreateUser(SessionLocal session)
public void setIfNotExists(boolean ifNotExists)
public void setUserName(java.lang.String userName)
public void setPassword(Expression password)
public long update()
Preparedpublic void setSalt(Expression e)
public void setHash(Expression e)
public void setAdmin(boolean b)
public void setComment(java.lang.String comment)