Constructor and Description |
---|
LevelDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdLevel)
Delete a record from the table
|
void |
insert(Level level)
Insert a new record in the table.
|
Level |
load(int nIdLevel)
load the data of Level from the table
|
Collection<Level> |
selectLevelsList()
Returns a list of all the right level
|
void |
store(Level level)
Update the record in the table
|
public void insert(Level level)
public Level load(int nIdLevel)
public void delete(int nIdLevel)
public void store(Level level)
public Collection<Level> selectLevelsList()
selectLevelsList
in interface ILevelDAO
Copyright © 2020 City of Paris. All rights reserved.