tot.dao.jdbc
类 EduVersionDaoImplJDBC

java.lang.Object
  继承者 tot.dao.AbstractDao
      继承者 tot.dao.jdbc.EduVersionDaoImplJDBC

public class EduVersionDaoImplJDBC
extends AbstractDao


构造函数摘要
EduVersionDaoImplJDBC()
          Creates a new instance of EduVersionDaoImplJDBC
 
方法摘要
 boolean add(java.lang.String title)
          add Keywords
 void batDel(java.lang.String[] s)
           
 boolean del(int id)
           
 DataField get(int id)
           
 int getLastId()
           
 java.util.Collection getList_Limit(int currentpage, int pagesize)
           
 java.lang.String getOptions(int cid)
           
 java.lang.String getTitle(int id)
           
 int getTotalCount()
           
 boolean mod(int id, java.lang.String title)
           
 
从类 tot.dao.AbstractDao 继承的方法
bat, exe, exeTransaction, findByPrimaryKey, getData, getDataCount, getDataList_Limit_Normal, getDataList_mysqlLimit, getFirstData
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

EduVersionDaoImplJDBC

public EduVersionDaoImplJDBC()
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)