us.the.mac.board
Class BoardContent.TableData
java.lang.Object
android.database.sqlite.SQLiteOpenHelper
us.the.mac.board.BoardContent.TableData
- Enclosing class:
- BoardContent
public static class BoardContent.TableData
- extends SQLiteOpenHelper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAME_ID
public static final String GAME_ID
- The unique game identifier: wesley_so_vs_morteza_mahjoob_2007_09_22
- See Also:
- Constant Field Values
MOVE_NUM
public static final String MOVE_NUM
- See Also:
- Constant Field Values
BoardContent.TableData
public BoardContent.TableData(Context context,
String name,
SQLiteDatabase.CursorFactory factory,
int version)
onCreate
public void onCreate(SQLiteDatabase db)
- Specified by:
onCreate in class SQLiteOpenHelper
onUpgrade
public void onUpgrade(SQLiteDatabase db,
int oldVersion,
int newVersion)
- Specified by:
onUpgrade in class SQLiteOpenHelper