BaseDAO.Reader<T>| Constructor and Description |
|---|
SettingsDAO(BaseDatabase database,
java.sql.Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
long |
insert(Setting value) |
void |
update(Setting value) |
delete, getById, getInsertIdpublic SettingsDAO(BaseDatabase database, java.sql.Connection connection) throws java.sql.SQLException
java.sql.SQLExceptionpublic long insert(Setting value) throws java.sql.SQLException