|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandCreator
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 |
---|
SQLCommand createSelectCommand(DataConnection dataConnection, java.lang.String commandString, boolean scroll)
DataConnection
- dataConnection - la connessione al dbString
- commandString - La stringa contenente il comando sql
SQLCommand createInsertCommand(DataConnection dataConnection, java.lang.String commandString)
DataConnection
- dataConnection - la connessione al dbString
- commandString - La stringa contenente il comando sql
SQLCommand createUpdateCommand(DataConnection dataConnection, java.lang.String commandString)
DataConnection
- dataConnection - la connessione al dbString
- commandString - La stringa contenente il comando sql
SQLCommand createDeleteCommand(DataConnection dataConnection, java.lang.String commandString)
DataConnection
- dataConnection - la connessione al dbString
- commandString - La stringa contenente il comando sql
SQLCommand createStoredProcedureCommand(DataConnection dataConnection, java.lang.String commandString)
DataConnection
- dataConnection - la connessione al dbString
- commandString - La stringa contenente il comando sql
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |