public class AlterIndexRename extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
AlterIndexRename(Session session) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setIfExists(boolean b) |
void |
setNewName(java.lang.String name) |
void |
setOldName(java.lang.String name) |
void |
setOldSchema(Schema old) |
int |
update()
Execute the statement.
|
isReadOnly, isTransactional, 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 AlterIndexRename(Session session)
public void setIfExists(boolean b)
public void setOldSchema(Schema old)
public void setOldName(java.lang.String name)
public void setNewName(java.lang.String name)
public int update()
Prepared