public class Set extends Prepared
create, parameters, prepareAlways, session, sqlStatement| Modifier and Type | Method and Description |
|---|---|
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 in class Preparedpublic int update()
Preparedpublic void setInt(int value)
public void setExpression(Expression expression)
public boolean needRecompile()
PreparedneedRecompile in class Preparedpublic ResultInterface queryMeta()
Preparedpublic void setStringArray(String[] list)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.