TColumn - TTable - public abstract class UserRow<TColumn extends UserColumn,TTable extends <any>>
extends <any>
| Modifier | Constructor and Description |
|---|---|
protected |
UserRow(TTable table)
Constructor to create an empty row
|
protected |
UserRow(TTable table,
int[] columnTypes,
java.lang.Object[] values)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
columnToContentValue(android.content.ContentValues contentValues,
TColumn column,
java.lang.Object value)
Map the column to the content values
|
android.content.ContentValues |
toContentValues()
Convert the row to content values
|
protected UserRow(TTable table, int[] columnTypes, java.lang.Object[] values)
table - columnTypes - values - protected UserRow(TTable table)
table - public android.content.ContentValues toContentValues()
protected void columnToContentValue(android.content.ContentValues contentValues,
TColumn column,
java.lang.Object value)
contentValues - column - value -