Android Mobile Physical Therapy Exercise Documenter

com.communipatient.amptedapp.db
Class DBImage

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

public class DBImage
extends java.lang.Object

The database object for Images.


Field Summary
static java.lang.String COL_EXERCISE
          The exercise foreign key.
static java.lang.String COL_IID
          The image identifier.
static java.lang.String COL_POSITION
          The position.
static java.lang.String COL_TYPE
          The type.
static java.lang.String COL_URL
          The url.
static java.lang.String INSERT_IMAGE
          The SQL query for inserting a new image.
static java.lang.String TABLE_IMAGES
          The table name for the images.
 
Constructor Summary
DBImage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_IMAGES

public static final java.lang.String TABLE_IMAGES
The table name for the images.

See Also:
Constant Field Values

COL_IID

public static final java.lang.String COL_IID
The image 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_TYPE

public static final java.lang.String COL_TYPE
The type.

See Also:
Constant Field Values

COL_URL

public static final java.lang.String COL_URL
The url.

See Also:
Constant Field Values

COL_POSITION

public static final java.lang.String COL_POSITION
The position.

See Also:
Constant Field Values

INSERT_IMAGE

public static final java.lang.String INSERT_IMAGE
The SQL query for inserting a new image.

See Also:
Constant Field Values
Constructor Detail

DBImage

public DBImage()

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