public class Set extends Prepared
create, parameters, prepareAlways, session, sqlStatement| 限定符和类型 | 方法和说明 |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isTransactional()
Check if this command is transactional.
|
boolean |
needRecompile()
Check if the statement needs to be re-compiled.
|
ResultInterface |
queryMeta()
Get an empty result set containing the meta data.
|
void |
setExpression(Expression expression) |
void |
setInt(int value) |
void |
setString(String v) |
void |
setStringArray(String[] list) |
int |
update()
Execute the statement.
|
checkCanceled, checkParameters, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSQL, getSQL, getSQL, isCacheable, isQuery, isReadOnly, prepare, query, setCommand, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic Set(Session session, int type)
public void setString(String v)
public boolean isTransactional()
PreparedisTransactional 在类中 Preparedpublic int update()
Preparedpublic void setInt(int value)
public void setExpression(Expression expression)
public boolean needRecompile()
PreparedneedRecompile 在类中 Preparedpublic ResultInterface queryMeta()
Preparedpublic void setStringArray(String[] list)
Copyright © 2017. All rights reserved.