public class ExecuteImmediate extends Prepared
create, parameters, prepareAlways, session, sqlStatement, sqlTokens| 构造器和说明 |
|---|
ExecuteImmediate(SessionLocal session,
Expression statement) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isTransactional()
Check if this command is transactional.
|
ResultInterface |
queryMeta()
Get an empty result set containing the meta data.
|
long |
update()
Execute the statement.
|
checkCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, isCacheable, isQuery, isReadOnly, isWithParamValues, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toStringpublic ExecuteImmediate(SessionLocal session, Expression statement)
public long update()
Preparedpublic boolean isTransactional()
PreparedisTransactional 在类中 Preparedpublic int getType()
Preparedpublic ResultInterface queryMeta()
PreparedCopyright © 2022. All rights reserved.