|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dbaccess.sql.result.DefaultDataResultFactory
Questa Classe rappresenta una factory concreta per la creazione di oggetti di tipo DataResultInterface legati a driver jdbc di tipo 2
Constructor Summary | |
DefaultDataResultFactory()
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultDataResultFactory()
Method Detail |
public DataResultInterface createScrollableDataResult(SQLCommand command, java.util.List inputParameters, java.sql.ResultSet rs, boolean std) throws EMFInternalError
createScrollableDataResult
in interface DataResultFactory
command
- - Il comando che ha generato come risultato l'oggetto ScrollableDataResult che verrā creato da questa funzioneinputParameters
- - La lista dei parametri di input del comando che ha generato come risultato l'oggetto ScrollableDataResult che verrā creato da questa funzioners
- - Il ResultSet alla base dell'oggetto ScrollableDataResult creato da questa funzione
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
createPunctualDataResult
in interface DataResultFactory
command
- - Il comando che ha generato come risultato l'oggetto PunctualDataResult che verrā creato da questa funzioneinputParameters
- - La lista dei parametri di input del comando che ha generato come risultato l'oggetto PunctualDataResult che verrā creato da questa funzionepunctualData
- - Il dataField che costituice il dato puntuale alla base dell'oggetto PunctualDataResult creato da questa funzione
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
createInformationDataResult
in interface DataResultFactory
EMFInternalError
- - Se qualche errore si verifica nella creazione dell'oggetto fi tipo InformationDataResult
EMFInternalError
public DataResultInterface createCompositeDataResult(SQLCommand command, java.util.List inputParameters)
createCompositeDataResult
in interface DataResultFactory
EMFInternalError
- - Se qualche errore si verifica nella creazione dell'oggetto fi tipo CompositeDataResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |