public class TableChange extends Object
| Constructor and Description |
|---|
TableChange(com.ohmdb.impl.TableChange.ChangeType type,
long id,
PropertyInfo prop,
Object oldValue,
Object value,
int row,
boolean reuseRow) |
| Modifier and Type | Method and Description |
|---|---|
static TableChange |
delete(long id,
int row) |
static TableChange |
deleteCell(long id,
PropertyInfo prop,
int row,
Object value) |
static TableChange |
insertCell(PropertyInfo prop,
long id,
int row,
Object value) |
static TableChange |
insertRow(long id,
int row,
boolean reuseRow) |
static TableChange |
set(long id,
PropertyInfo prop,
Object oldValue,
Object value) |
public TableChange(com.ohmdb.impl.TableChange.ChangeType type,
long id,
PropertyInfo prop,
Object oldValue,
Object value,
int row,
boolean reuseRow)
public static TableChange insertRow(long id, int row, boolean reuseRow)
public static TableChange insertCell(PropertyInfo prop, long id, int row, Object value)
public static TableChange delete(long id, int row)
public static TableChange set(long id, PropertyInfo prop, Object oldValue, Object value)
public static TableChange deleteCell(long id, PropertyInfo prop, int row, Object value)
Copyright © 2013–2014 Nikolche Mihajlovski. All rights reserved.