Interface SQLUpdateBatchAction

  • All Superinterfaces:
    SQLAction<java.util.List<java.lang.Integer>>
    All Known Implementing Classes:
    SQLUpdateBatchActionImpl

    public interface SQLUpdateBatchAction
    extends SQLAction<java.util.List<java.lang.Integer>>
    • Method Detail

      • getSQLContent

        @NotNull
        default @NotNull java.lang.String getSQLContent()
        Description copied from interface: SQLAction
        得到该Action所要执行的源SQL语句
        Specified by:
        getSQLContent in interface SQLAction<java.util.List<java.lang.Integer>>
        Returns:
        源SQL语句
      • getSQLContents

        java.util.List<java.lang.String> getSQLContents()