|
||||||||||
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
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)
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)
public 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 |