public interface GeneratedKeyHolder
DatabaseConnection.insert(String, Object[], com.j256.ormlite.field.FieldType[], GeneratedKeyHolder)
method.Modifier and Type | Method and Description |
---|---|
void |
addKey(Number key)
Add the key number on the key holder.
|
String |
getColumnName()
Return the name of the generated column we are interested in.
|
String getColumnName()
void addKey(Number key) throws SQLException
SQLException
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.