JdbcWriter and JdbcMultiWriter.See: Description
| Interface | Description |
|---|---|
| IInsert |
The strategy used to write records to a database.
|
| Class | Description |
|---|---|
| MultiRowPreparedStatementInsert |
Sample Generated SQL:
INSERT INTO tableName (col1, col2, col3) VALUES |
| MultiRowStatementInsert |
Sample Generated SQL:
INSERT INTO tableName (col1, col2, col3) VALUES |
| MySqlPreparedStatementInsert |
Sample Generated SQL:
INSERT IGNORE INTO tableName (col1, col2, col3) VALUES (?, ?, ?) |
| OracleMultiRowInsertAllStatementInsert |
Sample Generated SQL:
OracleMultiRowInsertAllStatementInsert INSERT ALL |
| OracleMultiRowSelectUnionAllStatementInsert |
Sample Generated SQL:
INSERT INTO tableName (col1, col2, col3) |
| OracleMultiRowStatementInsert | |
| PreparedStatementInsert |
Sample Generated SQL:
INSERT INTO tableName (col1, col2, col3) VALUES (?, ?, ?) |
JdbcWriter and JdbcMultiWriter.Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.