Interface InsertStatementProvider<T>

All Known Implementing Classes:
DefaultInsertStatementProvider

public interface InsertStatementProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the formatted insert statement.
    Return the row associated with this insert statement.
  • Method Details

    • getRow

      T getRow()
      Return the row associated with this insert statement.
      Returns:
      the row associated with this insert statement.
    • getInsertStatement

      String getInsertStatement()
      Return the formatted insert statement.
      Returns:
      the formatted insert statement.