public interface BehaviorCommandMeta
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getCommandName()
Get the name of the command, e.g. selectList, update.
|
Class<?> |
getCommandReturnType()
Get the return type of command.
|
ConditionBean |
getConditionBean()
Get the instance of condition-bean specified as argument if it exists.
|
DBMeta |
getDBMeta()
Get the DB meta instance for the table.
|
String |
getInvokePath()
Get the invoke path of behavior command lazily.
|
OutsideSqlOption |
getOutsideSqlOption()
Get the option of outside-SQL if it's outside-SQL.
|
String |
getOutsideSqlPath()
Get the path of outside-SQL if it's outside-SQL.
|
Object |
getParameterBean()
Get the parameter-bean for outside-SQL if it's outside-SQL.
|
String |
getProjectName()
Get project name of the database (DBFlute client) for the table.
|
String |
getTableDbName()
Get the DB name of table corresponding to the executed behavior.
|
boolean |
isConditionBean()
Does the command use condition-bean?
|
boolean |
isDelete()
Does the command execute delete?
|
boolean |
isInitializeOnly()
Is the command only for initialization?
|
boolean |
isInsert()
Does the command execute insert?
|
boolean |
isOutsideSql()
Does the command use outside-SQL?
|
boolean |
isProcedure()
Does the command call procedure?
|
boolean |
isSelect()
Does the command return selected records?
|
boolean |
isSelectCount()
Does the command return selected record count?
|
boolean |
isSelectCursor()
Does the command handle its cursor?
|
boolean |
isUpdate()
Does the command execute update?
|
String getProjectName()
DBMeta getDBMeta()
String getTableDbName()
String getCommandName()
Class<?> getCommandReturnType()
boolean isInitializeOnly()
boolean isConditionBean()
boolean isOutsideSql()
boolean isProcedure()
boolean isSelect()
boolean isSelectCount()
boolean isSelectCursor()
boolean isInsert()
boolean isUpdate()
boolean isDelete()
ConditionBean getConditionBean()
String getOutsideSqlPath()
Object getParameterBean()
OutsideSqlOption getOutsideSqlOption()
String getInvokePath()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.