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