|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Questa interfaccia è un AbstractFactory per le factory concrete di creazione dei comandi SQL DefaultCommandCreator e LegacyCommandCreator
Method Summary | |
SQLCommand |
createDeleteCommand(DataConnection dataConnection,
java.lang.String commandString)
Crea un SQLCommand di delete data una DataConnection e la CommandString |
SQLCommand |
createInsertCommand(DataConnection dataConnection,
java.lang.String commandString)
Crea un SQLCommand di insert data una DataConnection e la CommandString |
SQLCommand |
createSelectCommand(DataConnection dataConnection,
java.lang.String commandString,
boolean scroll)
Crea un SQLCommand di select data una DataConnection e la CommandString |
SQLCommand |
createStoredProcedureCommand(DataConnection dataConnection,
java.lang.String commandString)
Crea un SQLCommand per l'esecuzione di una stored procedure data una DataConnection e la CommandString |
SQLCommand |
createUpdateCommand(DataConnection dataConnection,
java.lang.String commandString)
Crea un SQLCommand di update data una DataConnection e la CommandString |
Method Detail |
public SQLCommand createSelectCommand(DataConnection dataConnection, java.lang.String commandString, boolean scroll)
public SQLCommand createInsertCommand(DataConnection dataConnection, java.lang.String commandString)
public SQLCommand createUpdateCommand(DataConnection dataConnection, java.lang.String commandString)
public SQLCommand createDeleteCommand(DataConnection dataConnection, java.lang.String commandString)
public SQLCommand createStoredProcedureCommand(DataConnection dataConnection, java.lang.String commandString)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |