T - the type parameterpublic interface InsertExecutor<T> extends Executor<T>
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Object>> |
getPkValues()
get primary key values.
|
Map<String,List<Object>> |
getPkValuesByColumn()
get primary key values by insert column.
|
Map<String,List<Object>> getPkValues() throws SQLException
SQLException - the sql exceptionMap<String,List<Object>> getPkValuesByColumn() throws SQLException
SQLException - the sql exceptionCopyright © 2024 Apache. All rights reserved.