com.scottpreston.javarobot.chapter8
Class DBMotion
java.lang.Object
com.scottpreston.javarobot.chapter8.DBMotion
public class DBMotion
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBMotion
public DBMotion()
close
public void close()
createMotionEpisode
public void createMotionEpisode(MotionEpisode me)
updateMotionEpisode
public void updateMotionEpisode(MotionEpisode me)
deleteMotionEpisode
public void deleteMotionEpisode(MotionEpisode me)
readMotionEpisodeById
public MotionEpisode readMotionEpisodeById(int id)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
readAllMotionEpisodes
public java.util.ArrayList readAllMotionEpisodes()