Package | Description |
---|---|
com.j256.ormlite.support |
Database support classes.
|
Modifier and Type | Method and Description |
---|---|
int |
DatabaseConnection.insert(String statement,
Object[] args,
FieldType[] argfieldTypes,
GeneratedKeyHolder keyHolder)
Perform a SQL update while with the associated SQL statement, arguments, and types.
|
int |
DatabaseConnectionProxy.insert(String statement,
Object[] args,
FieldType[] argfieldTypes,
GeneratedKeyHolder keyHolder) |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.