public interface IFileDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdFile)
Delete a record from the table
|
int |
insert(File file)
Insert a new record in the table.
|
File |
load(int nId)
Load the data of the File from the table
|
void |
store(File file)
Update the file in the table
|
int insert(File file)
file
- instance of the File object to insertFile load(int nId)
nId
- The identifier of the filevoid delete(int nIdFile)
nIdFile
- The identifier of the filevoid store(File file)
file
- instance of the File object to updateCopyright © 2020 City of Paris. All rights reserved.