Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
Modifier and Type | Method and Description |
---|---|
DeleteBuilder<T,ID> |
BaseDaoImpl.deleteBuilder() |
DeleteBuilder<T,ID> |
Dao.deleteBuilder()
Like
Dao.queryBuilder() but allows you to build an DELETE statement. |
DeleteBuilder<T,ID> |
RuntimeExceptionDao.deleteBuilder() |
Modifier and Type | Method and Description |
---|---|
DeleteBuilder<T,ID> |
DeleteBuilder.limit(Long maxRows)
Limit the rows affected to maxRows maximum number of rows.
|
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.