| 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
|
int |
newPrimaryKey()
Generates a new primary key
|
void |
store(File file)
Update the file in the table
|
public int newPrimaryKey()
newPrimaryKey in interface IFileDAOpublic int insert(File file)
public File load(int nId)
public void delete(int nIdFile)
Copyright © 2016 City of Paris. All rights reserved.