public abstract class Sqlite3GroupManagerDbBase extends GroupManagerDb
GroupManagerDb.Error| Constructor and Description |
|---|
Sqlite3GroupManagerDbBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
checkAddSchedule(String name)
Throw an exception if it is an error for addSchedule to add the schedule.
|
protected static void |
checkRenameSchedule(String newName)
Throw an exception if it is an error for renameSchedule to rename the
schedule.
|
addEKey, addMember, addSchedule, cleanEKeys, deleteEKey, deleteMember, deleteSchedule, getEKey, getMemberSchedule, getSchedule, getScheduleMembers, hasEKey, hasMember, hasSchedule, listAllMembers, listAllScheduleNames, renameSchedule, updateMemberSchedule, updateScheduleprotected static final String INITIALIZATION1
protected static final String INITIALIZATION2
protected static final String INITIALIZATION3
protected static final String INITIALIZATION4
protected static final String INITIALIZATION5
protected static final String INITIALIZATION6
protected static final String SELECT_hasSchedule
protected static final String SELECT_listAllScheduleNames
protected static final String SELECT_getSchedule
protected static final String SELECT_getScheduleMembers
protected static final String INSERT_addSchedule
protected static final String DELETE_deleteScheduleMembers
protected static final String DELETE_deleteSchedule
protected static final String WHERE_renameSchedule
protected static final String UPDATE_renameSchedule
protected static final String WHERE_updateSchedule
protected static final String UPDATE_updateSchedule
protected static final String SELECT_getScheduleId
protected static final String SELECT_hasMember
protected static final String SELECT_listAllMembers
protected static final String SELECT_getMemberSchedule
protected static final String INSERT_addMember
protected static final String UPDATE_updateMemberSchedule
protected static final String DELETE_deleteMember
protected static final String SELECT_hasEKey
protected static final String INSERT_addEKey
protected static final String SELECT_getEKey
protected static final String DELETE_cleanEKeys
protected static final String DELETE_deleteEKey
protected static void checkAddSchedule(String name) throws GroupManagerDb.Error
name - The name of the schedule. The name cannot be empty.GroupManagerDb.Error - if the name is empty.protected static void checkRenameSchedule(String newName) throws GroupManagerDb.Error
newName - The new name of the schedule. The name cannot be empty.GroupManagerDb.Error - if newName is empty.Copyright © 2019. All rights reserved.