Interface JdbcOperationQuery

    • Method Detail

      • getAffectedTableNames

        Set<String> getAffectedTableNames()
        The names of tables this operation refers to
      • dependsOnParameterBindings

        boolean dependsOnParameterBindings()
        Signals that the SQL depends on the parameter bindings e.g. due to the need for inlining of parameter values or multiValued parameters.