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