public class PrepareProcedure extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
PrepareProcedure(SessionLocal session) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkParameters()
Check if all parameters have been set.
|
java.util.ArrayList<Parameter> |
getParameters()
Get the parameter list.
|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setPrepared(Prepared prep) |
void |
setProcedureName(java.lang.String name) |
long |
update()
Execute the statement.
|
isReadOnly, isRetryable, isTransactional, queryMeta, setTransactionalcheckCanceled, collectDependencies, getCteCleanups, getCurrentRowNumber, getDatabase, getObjectId, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, isCacheable, isQuery, isWithParamValues, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toStringpublic PrepareProcedure(SessionLocal session)
public void checkParameters()
PreparedcheckParameters in class Preparedpublic long update()
Preparedpublic void setProcedureName(java.lang.String name)
public void setPrepared(Prepared prep)
public java.util.ArrayList<Parameter> getParameters()
PreparedgetParameters in class Prepared