public class TableUpdater extends Object
| Constructor and Description |
|---|
TableUpdater() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMissingColumns(android.database.sqlite.SQLiteDatabase database,
Class contractClass)
Adds missing table columns for the given contract class.
|
public static void addMissingColumns(android.database.sqlite.SQLiteDatabase database,
Class contractClass)
database - The database in which the updated table is.contractClass - The contract class to work with.Copyright © 2012–2014. All rights reserved.