JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.seasar.doma.jdbc.command
Interface Command<RESULT>
All Known Implementing Classes:
AssociateCommand
,
BatchDeleteCommand
,
BatchInsertCommand
,
BatchModifyCommand
,
BatchUpdateCommand
,
CreateCommand
,
DeleteCommand
,
FunctionCommand
,
InsertCommand
,
ModifyCommand
,
ModuleCommand
,
ProcedureCommand
,
ScriptCommand
,
SelectCommand
,
SqlProcessorCommand
,
UpdateCommand
public interface
Command<RESULT>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
RESULT
execute
()
Query
getQuery
()
Method Detail
getQuery
Query
getQuery()
execute
RESULT
execute()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method