|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.query.sql.lang.Command
com.metamatrix.query.sql.lang.ProcedureContainer
com.metamatrix.query.sql.lang.PreparedBatchUpdate
public abstract class PreparedBatchUpdate
Field Summary |
---|
Fields inherited from class com.metamatrix.query.sql.lang.Command |
---|
tempGroupIDs, TYPE_BATCHED_UPDATE, TYPE_CREATE, TYPE_DELETE, TYPE_DROP, TYPE_DYNAMIC, TYPE_INSERT, TYPE_QUERY, TYPE_SQL, TYPE_STORED_PROCEDURE, TYPE_UNKNOWN, TYPE_UPDATE, TYPE_UPDATE_PROCEDURE, TYPE_XQUERY |
Constructor Summary | |
---|---|
PreparedBatchUpdate()
|
Method Summary | |
---|---|
java.util.List |
getParameterReferences()
|
boolean |
isBatchedUpdate()
|
void |
setParameterReferences(java.util.List parameterReferences)
|
void |
setUpdatingModelCount(int updatingModelCount)
|
int |
updatingModelCount(QueryMetadataInterface metadata)
Return the number of updates on physical sources by this command. |
Methods inherited from class com.metamatrix.query.sql.lang.ProcedureContainer |
---|
copyMetadataState, getContainedCommands, getGroup, getProcedureParameters, getSubCommand, getUpdateCount, setSubCommand, setUpdateCount |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.metamatrix.query.sql.LanguageObject |
---|
acceptVisitor |
Constructor Detail |
---|
public PreparedBatchUpdate()
Method Detail |
---|
public java.util.List getParameterReferences()
public void setParameterReferences(java.util.List parameterReferences)
public boolean isBatchedUpdate()
public int updatingModelCount(QueryMetadataInterface metadata) throws MetaMatrixComponentException
Command
updatingModelCount
in class ProcedureContainer
metadata
- QueryMetadataInterface
MetaMatrixComponentException
public void setUpdatingModelCount(int updatingModelCount)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |