Classes | Public Member Functions | Static Public Attributes | Package Attributes | Static Private Attributes
com.github.rosjava.android_apps.application_management.RobotsContentProvider Class Reference
Inheritance diagram for com.github.rosjava.android_apps.application_management.RobotsContentProvider:
Inheritance graph
[legend]

List of all members.

Classes

class  DatabaseHelper

Public Member Functions

int delete (Uri arg0, String arg1, String[] arg2)
String getType (Uri uri)
Uri insert (Uri uri, ContentValues values)
boolean onCreate ()
Cursor query (Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
int update (Uri uri, ContentValues values, String selection, String[] selectionArgs)

Static Public Attributes

static final Uri CONTENT_URI = Uri.parse("content://com.github.rosjava.android_apps.application_management")
static final String TABLE_COLUMN = "robots"

Package Attributes

DatabaseHelper dbh

Static Private Attributes

static final String DATABASE_NAME = "robotlist_table"
static final int DATABASE_VERSION = 2
static final String TABLE_CREATE = " TEXT);"
static final String TABLE_NAME = "robotlist"

Detailed Description

Definition at line 44 of file RobotsContentProvider.java.


Member Function Documentation

int com.github.rosjava.android_apps.application_management.RobotsContentProvider.delete ( Uri  arg0,
String  arg1,
String[]  arg2 
) [inline]

Definition at line 75 of file RobotsContentProvider.java.

Definition at line 81 of file RobotsContentProvider.java.

Definition at line 87 of file RobotsContentProvider.java.

Definition at line 121 of file RobotsContentProvider.java.

Cursor com.github.rosjava.android_apps.application_management.RobotsContentProvider.query ( Uri  uri,
String[]  projection,
String  selection,
String[]  selectionArgs,
String  sortOrder 
) [inline]

Definition at line 131 of file RobotsContentProvider.java.

int com.github.rosjava.android_apps.application_management.RobotsContentProvider.update ( Uri  uri,
ContentValues  values,
String  selection,
String[]  selectionArgs 
) [inline]

Definition at line 141 of file RobotsContentProvider.java.


Member Data Documentation

final Uri com.github.rosjava.android_apps.application_management.RobotsContentProvider.CONTENT_URI = Uri.parse("content://com.github.rosjava.android_apps.application_management") [static]

Definition at line 67 of file RobotsContentProvider.java.

Definition at line 69 of file RobotsContentProvider.java.

Definition at line 68 of file RobotsContentProvider.java.

Definition at line 45 of file RobotsContentProvider.java.

Definition at line 71 of file RobotsContentProvider.java.

Definition at line 72 of file RobotsContentProvider.java.

Definition at line 70 of file RobotsContentProvider.java.


The documentation for this class was generated from the following file:


android_apps
Author(s): Daniel Stonier , Kazuto Murase
autogenerated on Fri Aug 28 2015 10:04:41