public class CreateFunctionAlias extends SchemaCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
CreateFunctionAlias(Session session,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setAliasName(String name) |
void |
setDeterministic(boolean deterministic) |
void |
setForce(boolean force) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setJavaClassMethod(String method)
Set the qualified method name after removing whitespace.
|
void |
setSource(String source) |
int |
update()
Execute the statement.
|
getSchemaisReadOnly, isTransactional, queryMeta, setTransactionalcheckCanceled, checkParameters, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSQL, getSQL, getSQL, isCacheable, isQuery, needRecompile, prepare, query, setCommand, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic int update()
Preparedpublic void setAliasName(String name)
public void setJavaClassMethod(String method)
method - the qualified method namepublic void setIfNotExists(boolean ifNotExists)
public void setForce(boolean force)
public void setDeterministic(boolean deterministic)
public void setSource(String source)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.