Package myhome.domain
Class FileDao
java.lang.Object
myhome.domain.FileDao
public class FileDao extends java.lang.Object implements Dao<FileDto>
- Author:
- miri 파일 DAO
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateFileDao() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface myhome.domain.Dao
close, close, getConnection
-
Field Details
-
conn
private java.sql.Connection conn -
ps
private java.sql.PreparedStatement ps -
rs
private java.sql.ResultSet rs -
instance
-
-
Constructor Details
-
FileDao
private FileDao()
-
-
Method Details
-
getInstance
-
select
-
selectAll
-
update
-
insert
-
delete
public boolean delete(int no)
-