Package de.hirola.sportslibrary.tables
Interface TrackLocationColumns
-
- All Superinterfaces:
android.provider.BaseColumns
public interface TrackLocationColumns extends android.provider.BaseColumnsCopyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later. The schema for the location data table. The table is in relation to the table of tracks.- Since:
- 1.1.1
- Author:
- Michael Schmidt (Hirola)
-
-
Field Summary
Fields Modifier and Type Field Description static StringALTITUDEstatic StringCREATE_TABLEstatic StringCREATE_TABLE_INDEXstatic StringIDstatic StringLATITUDEstatic StringLONGITUDEstatic StringPROVIDERstatic StringSPEEDstatic StringTABLE_NAMEstatic StringTIME_STAMPstatic StringTRACK_ID
-
-
-
Field Detail
-
TABLE_NAME
static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ID
static final String ID
- See Also:
- Constant Field Values
-
TRACK_ID
static final String TRACK_ID
- See Also:
- Constant Field Values
-
TIME_STAMP
static final String TIME_STAMP
- See Also:
- Constant Field Values
-
PROVIDER
static final String PROVIDER
- See Also:
- Constant Field Values
-
LONGITUDE
static final String LONGITUDE
- See Also:
- Constant Field Values
-
LATITUDE
static final String LATITUDE
- See Also:
- Constant Field Values
-
ALTITUDE
static final String ALTITUDE
- See Also:
- Constant Field Values
-
SPEED
static final String SPEED
- See Also:
- Constant Field Values
-
CREATE_TABLE
static final String CREATE_TABLE
- See Also:
- Constant Field Values
-
CREATE_TABLE_INDEX
static final String CREATE_TABLE_INDEX
- See Also:
- Constant Field Values
-
-