public class PrepareProcedure extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement| 构造器和说明 |
|---|
PrepareProcedure(Session session) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 Preparedpublic int update()
Preparedpublic void setProcedureName(String name)
public void setPrepared(Prepared prep)
public ArrayList<Parameter> getParameters()
PreparedgetParameters 在类中 PreparedCopyright © 2017. All rights reserved.