Constructor and Description |
---|
FileDAO() |
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
|
Copyright © 2020 City of Paris. All rights reserved.