Class ScriptCommand.ScriptSql

java.lang.Object
org.seasar.doma.jdbc.AbstractSql<SqlParameter>
org.seasar.doma.jdbc.command.ScriptCommand.ScriptSql
All Implemented Interfaces:
Sql<SqlParameter>
Enclosing class:
ScriptCommand

protected static class ScriptCommand.ScriptSql extends AbstractSql<SqlParameter>
A SQL statement in a script.
  • Constructor Details

    • ScriptSql

      public ScriptSql(String rawSql, String sqlFilePath, SqlLogType sqlLogType, Function<String,String> converter)
      Creates a new instance.
      Parameters:
      rawSql - the raw SQL statement
      sqlFilePath - the SQL file path
      sqlLogType - the SQL log type
      converter - the converter function