|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dbaccess.sql.result.InformationDataResult
public class InformationDataResult
Questa classe rappresenta un InformationDataResult, cioè un DataResult che contiene informazioni quali:
Field Summary | |
---|---|
static boolean |
CORRECT_EXECUTION
|
static boolean |
ERROR_EXECUTION
|
static java.lang.String |
TAG
|
Fields inherited from interface it.eng.spago.dbaccess.sql.result.DataResultInterface |
---|
COMPOSITE_DATA_RESULT, INFORMATION_DATA_RESULT, PUNCTUAL_DATA_RESULT, SCROLLABLE_DATA_RESULT |
Constructor Summary | |
---|---|
InformationDataResult(SQLCommand sqlCommand,
java.util.List inputParameters,
boolean correctExecution,
int affectedRows,
java.lang.String executionMessage)
Costruttore |
Method Summary | |
---|---|
boolean |
correctExecution()
Metodo getter per il parametro _correctExecution |
int |
getAffectedRows()
Metodo getter per il parametro _affectedRows |
java.lang.String |
getDataResultType()
Ritorna come valore la costante return DataResultInterface.INFORMATION_DATA_RESULT; |
java.lang.String |
getExecutionMessage()
Metodo getter per il parametro _executionMessage |
SourceBean |
getSourceBean()
Ritorna un oggetto sourcebean rappresentante l'oggetto |
void |
setAffectedRows(int affectedRows)
Metodo setter per il parametro connectionPoolFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean CORRECT_EXECUTION
public static boolean ERROR_EXECUTION
public static final java.lang.String TAG
Constructor Detail |
---|
public InformationDataResult(SQLCommand sqlCommand, java.util.List inputParameters, boolean correctExecution, int affectedRows, java.lang.String executionMessage)
SQLCommand
- command - Il comando che ha generato come risultato l'oggetto InformationDataResult che verrà creato da questa funzioneList
- inputParameters - La lista dei parametri di input del comando che ha generato come risultato l'oggetto InformationDataResult che verrà creato da questa funzioneboolean
- correctExecution - true se l'esecuzione del comando è avvenuta correttamenteint
- int affectedRows - il numero di righe coinvolte nll'esecuzione del comandoString
- executionMessage - eventuale messaggio dell'InformationDataResult da creare
EMFInternalError
- - Se qualche errore si verifica nella creazione dell'oggetto fi tipo InformationDataResultMethod Detail |
---|
public java.lang.String getExecutionMessage()
public boolean correctExecution()
public int getAffectedRows()
public void setAffectedRows(int affectedRows)
int
- affectedRows - il nuemro di righe coinvolte nell'esecuzione di un comandopublic java.lang.String getDataResultType()
public SourceBean getSourceBean() throws EMFInternalError
getSourceBean
in interface DataResultInterface
EMFInternalError
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |