|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Questa Classe rappresenta una factory astratta per la creazione di oggetti di tipo DataResultInterface
Method Summary | |
DataResultInterface |
createCompositeDataResult(SQLCommand command,
java.util.List inputParameters)
Crea un oggetto DataResultInterface di tipo InformationDataResult |
DataResultInterface |
createInformationDataResult(SQLCommand command,
java.util.List inputParameters,
boolean correctExecution,
int rowsAffected,
java.lang.String executionMessage)
Crea un oggetto DataResultInterface di tipo InformationDataResult |
DataResultInterface |
createPunctualDataResult(SQLCommand command,
java.util.List inputParameters,
DataField punctualData)
Crea un oggetto DataResultInterface di tipo PunctualDataResult |
DataResultInterface |
createScrollableDataResult(SQLCommand command,
java.util.List inputParameters,
java.sql.ResultSet rs,
boolean std)
Crea un oggetto DataResultInterface di tipo ScrollableDataResult |
Method Detail |
public DataResultInterface createScrollableDataResult(SQLCommand command, java.util.List inputParameters, java.sql.ResultSet rs, boolean std) throws EMFInternalError
EMFInternalError
- - Se qualche errore si verifica nella creazione dell'oggetto fi tipo ScrollableDataResult
EMFInternalError
public DataResultInterface createPunctualDataResult(SQLCommand command, java.util.List inputParameters, DataField punctualData) throws EMFInternalError
EMFInternalError
- - Se qualche errore si verifica nella creazione dell'oggetto fi tipo PunctualDataResult
EMFInternalError
public DataResultInterface createInformationDataResult(SQLCommand command, java.util.List inputParameters, boolean correctExecution, int rowsAffected, java.lang.String executionMessage) throws EMFInternalError
EMFInternalError
- - Se qualche errore si verifica nella creazione dell'oggetto fi tipo InformationDataResult
EMFInternalError
public DataResultInterface createCompositeDataResult(SQLCommand command, java.util.List inputParameters) throws EMFInternalError
EMFInternalError
- - Se qualche errore si verifica nella creazione dell'oggetto fi tipo CompositeDataResult
EMFInternalError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |