com.mancrd.ahah.samples.motorcontroller.roboticarm.data
Class RoboticArmRawDAO
java.lang.Object
com.mancrd.ahah.samples.motorcontroller.roboticarm.data.RoboticArmRawDAO
public class RoboticArmRawDAO
- extends Object
- Author:
- timmolter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoboticArmRawDAO
public RoboticArmRawDAO()
dropTable
public static int dropTable()
createTable
public static int createTable()
insert
public static int insert(RoboticArmRaw roboticArmRaw)
selectAll
public static List<RoboticArmRaw> selectAll()
selectNumJoints
public static List<RoboticArmRaw> selectNumJoints(String algo,
int numJoints)
selectLevel
public static List<RoboticArmRaw> selectLevel(String algo,
int level)
selectRunId
public static List<RoboticArmRaw> selectRunId(String algo)
Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.