com.mancrd.ahah.samples.motorcontroller.roboticarm.data
Class RoboticArmRawDAO

java.lang.Object
  extended by com.mancrd.ahah.samples.motorcontroller.roboticarm.data.RoboticArmRawDAO

public class RoboticArmRawDAO
extends Object

Author:
timmolter

Constructor Summary
RoboticArmRawDAO()
           
 
Method Summary
static int createTable()
           
static int dropTable()
           
static int insert(RoboticArmRaw roboticArmRaw)
           
static List<RoboticArmRaw> selectAll()
           
static List<RoboticArmRaw> selectLevel(String algo, int level)
           
static List<RoboticArmRaw> selectNumJoints(String algo, int numJoints)
           
static List<RoboticArmRaw> selectRunId(String algo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoboticArmRawDAO

public RoboticArmRawDAO()
Method Detail

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.