Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.imaginary.sql.msql.MsqlRow
Field Summary | |
static int | DELETED
The delted state for a row that is to be deleted. |
static int | MODIFIED
The modified state for a row that has one or more columns updated. |
static int | NEW
The new state for a row that is to be inserted. |
static int | UNMODIFIED
The unmodified state for a row from the database. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Field Detail |
public static final int UNMODIFIED
public static final int MODIFIED
public static final int NEW
public static final int DELETED
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |