
| Key: |
IBATIS-142
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Brandon Goodin
|
| Votes: |
12
|
| Watchers: |
9
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
public int executeUpdate(String sql,int autoGeneratedKeys)
public boolean execute(String sql,int autoGeneratedKeys)
public ResultSet getGeneratedKeys()
We should provide support for jdbc auto generated keys retrieval. This is only available in Java 1.4. So, we would have to throw an UnsupportedFeatureException if 1.3 or earlier was being used.
Brandon
|
|
Description
|
public int executeUpdate(String sql,int autoGeneratedKeys)
public boolean execute(String sql,int autoGeneratedKeys)
public ResultSet getGeneratedKeys()
We should provide support for jdbc auto generated keys retrieval. This is only available in Java 1.4. So, we would have to throw an UnsupportedFeatureException if 1.3 or earlier was being used.
Brandon |
Show » |
| No work has yet been logged on this issue.
|
|