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)

Variable Index

 o DELETED
The delted state for a row that is to be deleted.
 o MODIFIED
The modified state for a row that has one or more columns updated.
 o NEW
The new state for a row that is to be inserted.
 o UNMODIFIED
The unmodified state for a row from the database.

Variables

 o UNMODIFIED
 public static final int UNMODIFIED
The unmodified state for a row from the database.

 o MODIFIED
 public static final int MODIFIED
The modified state for a row that has one or more columns updated.

 o NEW
 public static final int NEW
The new state for a row that is to be inserted.

 o 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