Interface InsertStatementProvider<T>
- All Known Implementing Classes:
DefaultInsertStatementProvider
public interface InsertStatementProvider<T>
-
Method Summary
-
Method Details
-
getRecord
Deprecated.in favor ofgetRow()
Return the row associated with this insert statement.- Returns:
- the row associated with this insert statement.
-
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.
-
getRow()