tot.dao.jdbc
类 EduGradeDaoImplJDBC
java.lang.Object
tot.dao.AbstractDao
tot.dao.jdbc.EduGradeDaoImplJDBC
public class EduGradeDaoImplJDBC
- extends AbstractDao
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EduGradeDaoImplJDBC
public EduGradeDaoImplJDBC()
- Creates a new instance of EduVersionDaoImplJDBC
getLastId
public int getLastId()
getTitle
public java.lang.String getTitle(int id)
add
public boolean add(java.lang.String title)
- add Keywords
mod
public boolean mod(int id,
java.lang.String title)
del
public boolean del(int id)
throws ObjectNotFoundException,
DatabaseException
- 抛出:
ObjectNotFoundException
DatabaseException
getList_Limit
public java.util.Collection getList_Limit(int currentpage,
int pagesize)
get
public DataField get(int id)
getTotalCount
public int getTotalCount()
batDel
public void batDel(java.lang.String[] s)
getOptions
public java.lang.String getOptions(int cid)