public class PrepareProcedure extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
PrepareProcedure(Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkParameters()
Check if all parameters have been set.
|
ArrayList<Parameter> |
getParameters()
Get the parameter list.
|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setPrepared(Prepared prep) |
void |
setProcedureName(String name) |
int |
update()
Execute the statement.
|
isReadOnly, isTransactional, queryMeta, setTransactionalcheckCanceled, getCurrentObjectId, getCurrentRowNumber, getObjectId, getPlanSQL, getSQL, getSQL, getSQL, isCacheable, isQuery, needRecompile, prepare, query, setCommand, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic PrepareProcedure(Session session)
public void checkParameters()
PreparedcheckParameters in class Preparedpublic int update()
Preparedpublic void setProcedureName(String name)
public void setPrepared(Prepared prep)
public ArrayList<Parameter> getParameters()
PreparedgetParameters in class PreparedCopyright © 2012 JBoss by Red Hat. All Rights Reserved.