Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.lutris.appserver.server.sql.DBRowUpdateException

Uses of DBRowUpdateException in com.lutris.appserver.server.sql
 

Methods in com.lutris.appserver.server.sql that throw DBRowUpdateException
 void DBTransaction.commit()
          Method to commit upates.
 void CoreDO.executeInsert(DBConnection conn)
          Inserts this object into the database.
 void CoreDO.executeUpdate(DBConnection conn)
          Updates the contents of this object in the database.