All Packages Class Hierarchy This Package Previous Next Index
Class com.imaginary.sql.msql.MsqlRow
com.imaginary.sql.msql.MsqlRow
- public class MsqlRow
Represents a row from an mSQL database. This class keeps track
of the data in a row in a result set and any in-place modifications
as well as the state of the row.
Last modified $Date: 1999/07/09 23:16:37 $
- Version:
- $Revision: 1.1.2.1 $
- Author:
- George Reese (borg@imaginary.com)
-
DELETED
- The delted state for a row that is to be deleted.
-
MODIFIED
- The modified state for a row that has one or more columns updated.
-
NEW
- The new state for a row that is to be inserted.
-
UNMODIFIED
- The unmodified state for a row from the database.
UNMODIFIED
public static final int UNMODIFIED
- The unmodified state for a row from the database.
MODIFIED
public static final int MODIFIED
- The modified state for a row that has one or more columns updated.
NEW
public static final int NEW
- The new state for a row that is to be inserted.
DELETED
public static final int DELETED
- The delted state for a row that is to be deleted.
All Packages Class Hierarchy This Package Previous Next Index