Interface InsertStatementProvider<T>

    • Method Detail

      • getRecord

        @Deprecated
        T getRecord()
        Deprecated.
        in favor of getRow()
        Return the row associated with this insert statement.
        Returns:
        the row associated with this insert statement.
      • 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.