- All Implemented Interfaces:
Sql<SqlParameter>
A callable SQL.
This is related to CallableStatement.
-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.AbstractSql
formattedSql, kind, parameters, rawSql, sqlFilePath, sqlLogType -
Constructor Summary
ConstructorsConstructorDescriptionCallableSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, List<? extends SqlParameter> parameters, SqlLogType sqlLogType, Function<String, String> converter) -
Method Summary
Methods inherited from class org.seasar.doma.jdbc.AbstractSql
getFormattedSql, getKind, getParameters, getRawSql, getSqlFilePath, getSqlLogType, toString
-
Constructor Details
-
CallableSql
public CallableSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, List<? extends SqlParameter> parameters, SqlLogType sqlLogType, Function<String, String> converter)
-