Android Mobile Physical Therapy Exercise Documenter

com.communipatient.amptedapp.db
Class DBFeedback

java.lang.Object
  extended by com.communipatient.amptedapp.db.DBFeedback

public class DBFeedback
extends java.lang.Object

The database object for Feedback.


Field Summary
static java.lang.String COL_EXERCISE
          The exercise foreign key.
static java.lang.String COL_FID
          The feedback identifier.
static java.lang.String COL_NOTES
          The notes.
static java.lang.String COL_PAIN
          The pain.
static java.lang.String COL_TIMEADD
          The time add.
static java.lang.String COL_TIMEUSER
          The time user.
static java.lang.String INSERT_FEEDBACK
          The SQL query for inserting new feedback.
static java.lang.String TABLE_FEEDBACKS
          The table for the feedback.
 
Constructor Summary
DBFeedback()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_FEEDBACKS

public static final java.lang.String TABLE_FEEDBACKS
The table for the feedback.

See Also:
Constant Field Values

COL_FID

public static final java.lang.String COL_FID
The feedback identifier.

See Also:
Constant Field Values

COL_EXERCISE

public static final java.lang.String COL_EXERCISE
The exercise foreign key.

See Also:
Constant Field Values

COL_NOTES

public static final java.lang.String COL_NOTES
The notes.

See Also:
Constant Field Values

COL_PAIN

public static final java.lang.String COL_PAIN
The pain.

See Also:
Constant Field Values

COL_TIMEUSER

public static final java.lang.String COL_TIMEUSER
The time user.

See Also:
Constant Field Values

COL_TIMEADD

public static final java.lang.String COL_TIMEADD
The time add.

See Also:
Constant Field Values

INSERT_FEEDBACK

public static final java.lang.String INSERT_FEEDBACK
The SQL query for inserting new feedback.

See Also:
Constant Field Values
Constructor Detail

DBFeedback

public DBFeedback()

Revision: 109 Generated on Sat Dec 10 07:00:03 UTC 2011