- All Superinterfaces:
Query
- All Known Subinterfaces:
FunctionQuery<RESULT>,ProcedureQuery
- All Known Implementing Classes:
AutoFunctionQuery,AutoModuleQuery,AutoProcedureQuery
A query that calls a database module such as a stored procedure or function.
This interface defines operations specific to database module calls.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the qualified name of the database module.getSql()Returns the callable SQL for this module query.Returns the SQL log type for this module query.Methods inherited from interface org.seasar.doma.jdbc.query.Query
comment, complete, getClassName, getConfig, getMethod, getMethodName, getQueryTimeout, prepare
-
Method Details
-
getSql
CallableSql getSql()Returns the callable SQL for this module query. -
getQualifiedName
String getQualifiedName()Returns the qualified name of the database module.- Returns:
- the qualified name
-
getSqlLogType
SqlLogType getSqlLogType()Returns the SQL log type for this module query.- Returns:
- the SQL log type
-