public class CreateMaterializedView extends SchemaCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
CreateMaterializedView(SessionLocal session,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setComment(java.lang.String comment) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setOrReplace(boolean orReplace) |
void |
setSelect(Query query) |
void |
setSelectSQL(java.lang.String selectSQL) |
void |
setViewName(java.lang.String name) |
long |
update()
Execute the statement.
|
getSchemaisReadOnly, 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 CreateMaterializedView(SessionLocal session, Schema schema)
public void setViewName(java.lang.String name)
public void setComment(java.lang.String comment)
public void setSelectSQL(java.lang.String selectSQL)
public void setIfNotExists(boolean ifNotExists)
public void setSelect(Query query)
public void setOrReplace(boolean orReplace)
public int getType()
Prepared