tripkit-android / com.skedgo.tripkit.ui.provider / ServiceStopsProvider

ServiceStopsProvider

class ServiceStopsProvider : ContentProvider

Constructors

Name Summary
<init> ServiceStopsProvider()

Functions

Name Summary
bulkInsert fun bulkInsert(uri: Uri, values:Array<ContentValues>):Int
delete fun delete(uri: Uri, sel:String?, selArgs:Array<String>?):Int
getType fun getType(uri: Uri):String?
insert fun insert(uri: Uri, values: ContentValues?): Uri?
onCreate fun onCreate():Boolean
query fun query(uri: Uri, proj:Array<String>?, sel:String?, selArgs:Array<String>?, sort:String?): Cursor
update fun update(uri: Uri, values: ContentValues?, sel:String?, selArgs:Array<String>?):Int

Companion Object Properties

Name Summary
AUTHORITY val AUTHORITY:String
LOCATIONS_URI val LOCATIONS_URI: Uri!
SHAPES_URI val SHAPES_URI: Uri!
STOPS_BY_SERVICE_URI val STOPS_BY_SERVICE_URI: Uri!
STOPS_URI Supports insertion only - used for batch transactions when inserting stopsval STOPS_URI: Uri!