|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileDAO
IFileDAO
Method Summary | |
---|---|
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 |
Method Detail |
---|
int newPrimaryKey()
int insert(File file)
file
- instance of the File object to insert
File load(int nId)
nId
- The identifier of the file
void delete(int nIdFile)
nIdFile
- The identifier of the filevoid store(File file)
file
- instance of the File object to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |