uba.db.sql.interpreter
Class InsertQueryPlan
java.lang.Object
uba.db.sql.interpreter.InsertQueryPlan
- All Implemented Interfaces:
- SentenceQueryPlan
public class InsertQueryPlan
- extends java.lang.Object
- implements SentenceQueryPlan
|
Constructor Summary |
InsertQueryPlan(uba.db.sql.language.Insert sqlSentence,
uba.db.Database database)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertQueryPlan
public InsertQueryPlan(uba.db.sql.language.Insert sqlSentence,
uba.db.Database database)
startExecution
public void startExecution()
- Specified by:
startExecution in interface SentenceQueryPlan
hasMoreResults
public boolean hasMoreResults()
- Specified by:
hasMoreResults in interface SentenceQueryPlan
successTupla
public uba.db.ar.Tupla successTupla()
errorTupla
public uba.db.ar.Tupla errorTupla()
nextTuple
public uba.db.ar.Tupla nextTuple()
- Specified by:
nextTuple in interface SentenceQueryPlan
valuesToInsert
public void valuesToInsert(java.util.List valuesToInsert)
planDetail
public java.lang.String planDetail()
- Specified by:
planDetail in interface SentenceQueryPlan
tuplaDefinition
public uba.db.ar.TuplaDef tuplaDefinition()
- Specified by:
tuplaDefinition in interface SentenceQueryPlan
Copyright © -2005 . All Rights Reserved.