Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class com.imaginary.sql.msql.MsqlRow

java.lang.Object
  |
  +--com.imaginary.sql.msql.MsqlRow

public class MsqlRow
extends java.lang.Object
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/06 05:56:13 $

Version:
$Revision: 1.3 $
Author:
George Reese (borg@imaginary.com)

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

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.

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD